summaryrefslogtreecommitdiff
path: root/nslcd/hackers_watch.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 02:20:13 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 02:20:13 -0500
commitdba5f85e8f1943863b4cbab1ab52913c62365ce1 (patch)
tree08c1745b2c12b5f20b7f907e008026d952707293 /nslcd/hackers_watch.c
parent8acfce5c8916bb98768e3e351b7614b4eaf5954a (diff)
fix errors: the only erroring files left are db_pam.c and nslcd.c
Diffstat (limited to 'nslcd/hackers_watch.c')
-rw-r--r--nslcd/hackers_watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/hackers_watch.c b/nslcd/hackers_watch.c
index 6687675..b6295a9 100644
--- a/nslcd/hackers_watch.c
+++ b/nslcd/hackers_watch.c
@@ -21,7 +21,7 @@
#include <stdio.h> /* for asprintf(3) */
#include <unistd.h> /* for chdir(3) */
-#include "inotify_helpers.h"
+#include "common/inotify_helpers.h"
#include "hackers_parse.h"
#include "hackers_watch.h"