summaryrefslogtreecommitdiff
path: root/upb
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2015-06-12 14:44:48 -0700
committerJosh Haberman <jhaberman@gmail.com>2015-06-12 14:44:48 -0700
commit21d32dfe3dc3ee5b924520bef6d88f6b266fe1b1 (patch)
tree51598f77f0f49fc8c5a25e2988ba55cffd4daa7b /upb
parent7333db596e99aab35a98f884f15e975837247e45 (diff)
Fix amalgamation by changing include style for structdef.int.h.
Diffstat (limited to 'upb')
-rw-r--r--upb/structdefs.int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/structdefs.int.h b/upb/structdefs.int.h
index 2fa2972..b3dcfa0 100644
--- a/upb/structdefs.int.h
+++ b/upb/structdefs.int.h
@@ -19,7 +19,7 @@
* flag.
*/
-#include <upb/def.h>
+#include "upb/def.h"
#ifndef UPB_STATICINIT_H_
#define UPB_STATICINIT_H_
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback