Source
xxxxxxxxxx
--- lib/ap-utils.h.orig Tue Feb 10 21:56:26 2004
+++ lib/ap-utils.h Tue Feb 10 21:57:01 2004
@@ -19,6 +19,10 @@
+#ifdef __APPLE__
+#include <sys/types.h>
+#include <stdint.h>
+#else
@@ -30,6 +34,7 @@
typedef unsigned int uint32_t;
+#endif