| changeset 186 | 7f45d0401e37 |
| parent 175 | d453ed5bfcfe |
| child 187 | 6ff03223ce4c |
1.1 --- a/main.c Wed Mar 12 16:37:54 2008 -0400 1.2 +++ b/main.c Sat Apr 05 01:15:04 2008 -0400 1.3 @@ -1,8 +1,8 @@ 1.4 #include <stdlib.h> 1.5 #include <stddef.h> 1.6 #include <stdio.h> 1.7 +#include <stdint.h> 1.8 #include <string.h> 1.9 -#include <sys/types.h> 1.10 #include <sys/stat.h> 1.11 #include <unistd.h> 1.12 #include <dirent.h>