]> git.sur5r.net Git - openldap/blobdiff - libraries/liblber/etest.c
Clean up sh commands in Makefiles (incorrect use of ';').
[openldap] / libraries / liblber / etest.c
index 50ac00d4bfb8f46dd17559f001a62f2b8b663d8f..71c7ee31cfd87510a8fd4de2daea613dc83dcaed 100644 (file)
@@ -4,8 +4,12 @@
  * All rights reserved.
  */
 
+#define DISABLE_BRIDGE
+#include "portable.h"
+
 #include <stdio.h>
-#include <string.h>
+#include <ac/string.h>
+
 #ifdef MACOS
 #include <stdlib.h>
 #include <unix.h>
@@ -15,6 +19,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #endif /* MACOS */
+
 #include "lber.h"
 
 static usage( char *name )