aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pies.h2
-rw-r--r--src/piesctl.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/pies.h b/src/pies.h
index b0cc746..851a8ff 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -56,7 +56,7 @@
#include "identity.h"
#include "acl.h"
#include "libpies.h"
-#include "json.h"
+#include "grecs/json.h"
#define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0]))
diff --git a/src/piesctl.c b/src/piesctl.c
index aa6150a..9391d4b 100644
--- a/src/piesctl.c
+++ b/src/piesctl.c
@@ -27,8 +27,8 @@
#include <assert.h>
#include <configmake.h>
#include <grecs.h>
-#include <grecs-locus.h>
-#include <json.h>
+#include <grecs/locus.h>
+#include <grecs/json.h>
#include <wordsplit.h>
#include <sysexits.h>
#include <termios.h>

Return to:

Send suggestions and report system problems to the System administrator.