summaryrefslogtreecommitdiff
path: root/lib/replace/hdr_replace.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-25 14:32:58 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:06 +1000
commit48fd7802f9788e69ade6d252e1f718be6b77438c (patch)
tree97290f40a2413c93617518e458927899d7864b4d /lib/replace/hdr_replace.h
parent7bb5be1324bbdc3af51ac21820f2f25e7df2fca9 (diff)
downloadsamba-48fd7802f9788e69ade6d252e1f718be6b77438c.tar.gz
samba-48fd7802f9788e69ade6d252e1f718be6b77438c.tar.bz2
samba-48fd7802f9788e69ade6d252e1f718be6b77438c.zip
s4-waf: replace stdint.h and stdbool.h on systems that don't have them
Diffstat (limited to 'lib/replace/hdr_replace.h')
-rw-r--r--lib/replace/hdr_replace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/replace/hdr_replace.h b/lib/replace/hdr_replace.h
new file mode 100644
index 0000000000..6cfa50f809
--- /dev/null
+++ b/lib/replace/hdr_replace.h
@@ -0,0 +1,2 @@
+/* this is a replacement header for a missing system header */
+#include "replace.h"