summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--obinsectd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d6cb1a0..1dbd62e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION := 0.05
+VERSION := 0.06
LDFLAGS=$(shell pkg-config --libs json-c) $(shell pkg-config --libs libmosquitto)
CFLAGS=-Wall $(shell pkg-config --cflags json-c) $(shell pkg-config --cflags libmosquitto) -DVERSION='"$(VERSION)"' -DWITH_TLS
diff --git a/obinsectd.c b/obinsectd.c
index 856d25c..e5500f2 100644
--- a/obinsectd.c
+++ b/obinsectd.c
@@ -24,7 +24,7 @@
#include <errno.h>
#include <getopt.h>
#include <fcntl.h>
-#include <inttypes.>
+#include <inttypes.h>
#include <json.h>
#include <limits.h>
#include <mosquitto.h>