summaryrefslogtreecommitdiffstats
path: root/src/map.c
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-30 17:03:24 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-30 17:03:24 -0400
commit8331cdefa16c98e178aefc38cca254a72627aeab (patch)
tree0e36875d51a1ec708b56bff5861ba91db5336e45 /src/map.c
parent91a5c2e9ef1e66d7c846a2f944b889f23ec92f11 (diff)
- merge the backend-specific headers
- start switching to using the shared implementations in back-nis
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index 385e590..5494886 100644
--- a/src/map.c
+++ b/src/map.c
@@ -40,7 +40,7 @@
#include <rpc/rpc.h>
-#include "back-nis.h"
+#include "backend.h"
#include "disp-nis.h"
#include "map.h"
#include "portmap.h"