summaryrefslogtreecommitdiffstats
path: root/src/format.c
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2011-05-13 14:10:38 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2011-05-13 14:24:07 -0400
commitc96a766171b601d5061b566d5da3794d9df354d2 (patch)
tree965c207f52ab4087f2a880fe7b2866cb99623790 /src/format.c
parente5698d42c039b6d7d33af94eb1ee7d4c044625df (diff)
downloadslapi-nis-c96a766171b601d5061b566d5da3794d9df354d2.tar.gz
slapi-nis-c96a766171b601d5061b566d5da3794d9df354d2.tar.xz
slapi-nis-c96a766171b601d5061b566d5da3794d9df354d2.zip
- don't assume that libc will provide yp headers -- build them ourselves
Diffstat (limited to 'src/format.c')
-rw-r--r--src/format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.c b/src/format.c
index 0d3df33..51be5e9 100644
--- a/src/format.c
+++ b/src/format.c
@@ -40,7 +40,7 @@
#include <slapi-plugin.h>
#endif
-#include <rpcsvc/yp.h>
+#include "../yp/yp.h"
#include "backend.h"
#include "back-shr.h"