]> git.sur5r.net Git - openldap/blobdiff - libraries/liblber/etest.c
nt_err.c has moved from lutil to lber
[openldap] / libraries / liblber / etest.c
index c0b2f40ce16da6a9f2c64cd336f9c4d184e19ae2..9d235b8554e3cc534843d7942f8847616d39d1e6 100644 (file)
@@ -1,4 +1,5 @@
 /* test.c - lber encoding test program */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
@@ -11,7 +12,8 @@
 #include "portable.h"
 
 #include <stdio.h>
-#include <stdlib.h>
+
+#include <ac/stdlib.h>
 
 #include <ac/socket.h>
 #include <ac/string.h>
@@ -76,7 +78,7 @@ main( int argc, char **argv )
        sb = ber_sockbuf_alloc_fd( fd );
 
        if( sb == NULL ) {
-               perror( "lber_sockbuf_alloc_fd" );
+               perror( "ber_sockbuf_alloc_fd" );
                return( EXIT_FAILURE );
        }