aboutsummaryrefslogtreecommitdiff
path: root/src/pies.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-07-16 12:48:47 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-07-16 12:48:47 +0300
commitbf877250e396171b78a04d5c18fc1df3e6946299 (patch)
tree9c8233f6c6fcb0d7735897d37bd4e9b2d7449429 /src/pies.h
parentb1401baf175eaea316afa773a9971c1ed7ce10d7 (diff)
downloadpies-bf877250e396171b78a04d5c18fc1df3e6946299.tar.gz
pies-bf877250e396171b78a04d5c18fc1df3e6946299.tar.bz2
Don't concatenate adjacent strings in configuration files.
* grecs: Upgrade. * src/pies.h: Fix include paths. * src/piesctl.c: Likewise. * NEWS: Document changes. * doc/pies.texi: Likewise.
Diffstat (limited to 'src/pies.h')
-rw-r--r--src/pies.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pies.h b/src/pies.h
index b0cc746..851a8ff 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -53,13 +53,13 @@
#include "quotearg.h"
#include "fprintftime.h"
#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]))
#define TESTTIME 2*60
#define SLEEPTIME 5*60
#define MAXSPAWN 10

Return to:

Send suggestions and report system problems to the System administrator.