]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap_r/thr_sleep.c
Clarify error string, add comment
[openldap] / libraries / libldap_r / thr_sleep.c
index aa38ebd1a54d644692e20964022a76f02fef2045..fac90d08250e61c4f36e493189baf26b46bca572 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenLDAP$ */
 /*
  * Copyright (c) 1996 Regents of the University of Michigan.
  * All rights reserved.
@@ -30,7 +31,7 @@
 #if !defined( HAVE_LWP )
 
 #include <stdio.h>
-#include <stdlib.h>
+#include <ac/stdlib.h>
 #include <ac/unistd.h>                 /* get sleep() */
 
 #include "ldap_pvt_thread.h"