summaryrefslogtreecommitdiffstats
path: root/dyndhcpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'dyndhcpd.c')
-rw-r--r--dyndhcpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dyndhcpd.c b/dyndhcpd.c
index be21af6..83bfb0c 100644
--- a/dyndhcpd.c
+++ b/dyndhcpd.c
@@ -18,6 +18,7 @@
#include <string.h>
#include "config.h"
+#include "version.h"
/*** str_replace ***/
char * str_replace(char * original, const char * pattern, const char * replacement) {