summaryrefslogtreecommitdiffstats
path: root/src/plug-sch.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/plug-sch.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/plug-sch.c')
-rw-r--r--src/plug-sch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plug-sch.c b/src/plug-sch.c
index 7bd121d..e7d4762 100644
--- a/src/plug-sch.c
+++ b/src/plug-sch.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008,2011 Red Hat, Inc.
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@
#include <unistd.h>
#include <rpc/rpc.h>
-#include <rpcsvc/yp_prot.h>
+#include "../yp/yp.h"
#ifdef HAVE_TCPD_H
#include <tcpd.h>