1
0
forked from aniani/vim

One more fix for defining uint32_t.

This commit is contained in:
Bram Moolenaar
2010-05-18 21:49:58 +02:00
parent 6323508e5e
commit 4890f1f7f4
2 changed files with 6 additions and 0 deletions

View File

@@ -47,6 +47,7 @@
* stdint.h which tries to typedef uint32_t and fails. */
# ifdef uint32_t
# undef uint32_t
# undef __uint32_t_defined
# endif
# include <netdb.h>
# include <netinet/in.h>