]> err.no Git - varnish/commitdiff
Pick up uint32_t from <stdint.h> instead of <sys/types.h>
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 7 Sep 2006 08:01:14 +0000 (08:01 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 7 Sep 2006 08:01:14 +0000 (08:01 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@944 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/libvarnish.h

index fad68cba3bb66cc4ac121495e63a755725e8eb02..bcb1e33172656f183bc8e682e4a619b5e60b808f 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <errno.h>
 #include <time.h>
-#include <sys/types.h>
+#include <stdint.h>
 
 #ifndef NULL
 #define NULL ((void*)0)