#include <ac/string.h> to get strcasecmp().

This commit is contained in:
Hallvard Furuseth 2003-05-15 11:43:33 +00:00
parent 48c65151c9
commit 592e05e3e1
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@
#include <stdio.h>
#include <ac/socket.h>
#include <ac/string.h>
#include "ldap_pvt.h"
#include "slap.h"

View file

@ -8,6 +8,7 @@
#include "portable.h"
#include <stdio.h>
#include <ac/string.h>
#include "slap.h"