summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-03-05 19:28:13 -0800
committerJoshua Haberman <jhaberman@gmail.com>2019-03-05 19:28:13 -0800
commit55e23d4befd4be79badbf9cc97b31377c8b07aa0 (patch)
tree492bd0c036e6af2aa563cfc5b59484d7998b75e9 /tools
parentad905b08f5f93b497311290fb4df4059ccd083eb (diff)
parent51f30e064b8e88af8e7d429c5a54c25f28c68b02 (diff)
Merge branch 'master' into defcleanup
Diffstat (limited to 'tools')
-rwxr-xr-xtools/amalgamate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/amalgamate.py b/tools/amalgamate.py
index 374d126..5545af5 100755
--- a/tools/amalgamate.py
+++ b/tools/amalgamate.py
@@ -17,6 +17,7 @@ class Amalgamator:
self.output_c = open(output_path + "upb.c", "w")
self.output_c.write("/* Amalgamated source file */\n")
+ self.output_c.write('#define _XOPEN_SOURCE 700\n')
self.output_c.write('#include "upb.h"\n')
self.output_c.write(open("upb/port_def.inc").read())
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback