diff options
author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-06-30 17:03:24 -0400 |
---|---|---|
committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-06-30 17:03:24 -0400 |
commit | 8331cdefa16c98e178aefc38cca254a72627aeab (patch) | |
tree | 0e36875d51a1ec708b56bff5861ba91db5336e45 /src/format.c | |
parent | 91a5c2e9ef1e66d7c846a2f944b889f23ec92f11 (diff) | |
download | slapi-nis-8331cdefa16c98e178aefc38cca254a72627aeab.tar.gz slapi-nis-8331cdefa16c98e178aefc38cca254a72627aeab.tar.xz slapi-nis-8331cdefa16c98e178aefc38cca254a72627aeab.zip |
- merge the backend-specific headers
- start switching to using the shared implementations in back-nis
Diffstat (limited to 'src/format.c')
-rw-r--r-- | src/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.c b/src/format.c index a17024d..c1482c6 100644 --- a/src/format.c +++ b/src/format.c @@ -41,7 +41,7 @@ #include <rpcsvc/yp.h> -#include "back-nis.h" +#include "backend.h" #include "back-shr.h" #include "format.h" #include "plugin.h" |