summaryrefslogtreecommitdiff
path: root/tests/test_def.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-07-15 12:05:43 -0700
committerJoshua Haberman <joshua@reverberate.org>2011-07-15 12:05:43 -0700
commit10265aa56b22ac4f04e7ba08330138e4507534e4 (patch)
treee821c85219a10b4ee3df715ab774465fdf87cf1d /tests/test_def.c
parent6a1f3a66939308668ab8dce0d195afec16e02af9 (diff)
Directory restructure.
Includes are now via upb/foo.h. Files specific to the protobuf format are now in upb/pb (the core library is concerned with message definitions, handlers, and byte streams, but knows nothing about any particular serializationf format).
Diffstat (limited to 'tests/test_def.c')
-rw-r--r--tests/test_def.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_def.c b/tests/test_def.c
index 248d14a..1f014f6 100644
--- a/tests/test_def.c
+++ b/tests/test_def.c
@@ -1,6 +1,6 @@
#undef NDEBUG /* ensure tests always assert. */
-#include "upb_def.h"
+#include "upb/def.h"
#include <stdlib.h>
int main() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback