s/def/defined/

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@767 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.6
Jan Kneschke 18 years ago
parent 4b7f5b1a3f
commit 0a0336dec6

@ -9,7 +9,7 @@
#if defined HAVE_STDINT_H
#include <stdint.h>
#elif def HAVE_INTTYPES_H
#elif defined HAVE_INTTYPES_H
#include <inttypes.h>
#endif

Loading…
Cancel
Save