Commits
Robert Shaw authored b3d5eec4292
1 + | --- lib/ap-utils.h.orig Tue Feb 10 21:56:26 2004 |
2 + | +++ lib/ap-utils.h Tue Feb 10 21:57:01 2004 |
3 + | @@ -19,6 +19,10 @@ |
4 + | |
5 + | |
6 + | |
7 + | +#ifdef __APPLE__ |
8 + | +#include <sys/types.h> |
9 + | +#include <stdint.h> |
10 + | +#else |
11 + | |
12 + | |
13 + | |
14 + | @@ -30,6 +34,7 @@ |
15 + | typedef unsigned int uint32_t; |
16 + | |
17 + | |
18 + | +#endif |
19 + | |
20 + | |
21 + |