aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------grecs0
-rw-r--r--src/Makefile.am2
-rw-r--r--src/jumper.h3
-rw-r--r--src/progman.c2
4 files changed, 4 insertions, 3 deletions
diff --git a/grecs b/grecs
-Subproject 9c964ec8a4fe23fef993a1cf7f4563d0c32b68b
+Subproject 4e9e225408eeaa1f161ae366f68715529bea2d2
diff --git a/src/Makefile.am b/src/Makefile.am
index 96e1c56..1ff6701 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,7 +34,7 @@ jumper_SOURCES=\
LDADD=@GRECS_LDADD@
AM_CPPFLAGS=\
- -I$(top_srcdir)/grecs/src/\
+ @GRECS_INCLUDES@\
-DSYSCONFDIR=\"$(sysconfdir)\"\
-DLOCALSTATEDIR=\"$(localstatedir)\"\
-DDEFAULT_VERSION_INCLUDE_DIR=\"$(VINCLUDEDIR)\"\
diff --git a/src/jumper.h b/src/jumper.h
index 98d0366..3f9d651 100644
--- a/src/jumper.h
+++ b/src/jumper.h
@@ -1,5 +1,5 @@
/* This file is part of Jumper
- Copyright (C) 2013 Sergey Poznyakoff
+ Copyright (C) 2013, 2017 Sergey Poznyakoff
Jumper is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -21,6 +21,7 @@
#include <syslog.h>
#include <string.h>
#include <stdint.h>
+#include <unistd.h>
#include <errno.h>
#include <signal.h>
#include <sys/types.h>
diff --git a/src/progman.c b/src/progman.c
index d59b7b7..7b5d35f 100644
--- a/src/progman.c
+++ b/src/progman.c
@@ -1,5 +1,5 @@
/* This file is part of Jumper
- Copyright (C) 2013 Sergey Poznyakoff
+ Copyright (C) 2013, 2017 Sergey Poznyakoff
Jumper is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

Return to:

Send suggestions and report system problems to the System administrator.