Imported Upstream version 1.7.6p1
[debian/sudo] / strcasecmp.c
index d14fdfb382661f4231bf4251479f2404b93f43e5..9ab451c1d63fbdedcb2151183ac0513e9e2f5f8c 100644 (file)
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <sys/types.h>
 #include <config.h>
-#include <compat.h>
+
+#include <sys/types.h>
+
+#include "missing.h"
 
 /*
  * Case insensitive string compare routines, same semantics as str[n]cmp()