]> git.sur5r.net Git - openldap/blobdiff - include/ac/wait.h
Add server side sorting
[openldap] / include / ac / wait.h
index 705a2de41f3beaca610c5f7f5938f532cca2d733..a4791634c4c8e3fdc6192c58db8f69d78a8aff51 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2007 The OpenLDAP Foundation.
+ * Copyright 1998-2008 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -19,7 +19,7 @@
 
 #include <sys/types.h>
 
-#if HAVE_SYS_WAIT_H
+#ifdef HAVE_SYS_WAIT_H
 # include <sys/wait.h>
 #endif