aboutsummaryrefslogtreecommitdiff
path: root/utils/fake_libc_include/netdb.h
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2015-05-10 06:44:45 -0700
committerEli Bendersky <eliben@gmail.com>2015-05-10 06:44:45 -0700
commit6c5d15d2a035948cb6c83d7331b276a43634071f (patch)
tree01b64788062ade70a42f5858c87bd503308e06a5 /utils/fake_libc_include/netdb.h
parentb85d561d0e88fea7e1b25e228f75966e65699f27 (diff)
downloadpycparser-6c5d15d2a035948cb6c83d7331b276a43634071f.tar.gz
Add more fake headers.
These changes are sufficient to parse git's git.c
Diffstat (limited to 'utils/fake_libc_include/netdb.h')
-rw-r--r--utils/fake_libc_include/netdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/fake_libc_include/netdb.h b/utils/fake_libc_include/netdb.h
new file mode 100644
index 0000000..f952c1d
--- /dev/null
+++ b/utils/fake_libc_include/netdb.h
@@ -0,0 +1,2 @@
+#include "_fake_defines.h"
+#include "_fake_typedefs.h"