--- Shared/aw_sock.h.orig	2006-11-28 20:37:41.000000000 -0600
+++ Shared/aw_sock.h	2010-10-04 23:17:59.000000000 -0500
@@ -24,4 +24,8 @@
 #include <stdbool.h>
 
+#ifndef u_int32_t
+#define u_int32_t uint32_t
+#endif
+
 bool constructClientSocket(int *s, struct sockaddr_in *serverProperties,
 						   char *address, unsigned short port);
