]> git.sur5r.net Git - openldap/blobdiff - include/ac/wait.h
Add server side sorting
[openldap] / include / ac / wait.h
index b633cf676821fa99a744930f26bfe5a1171126b7..a4791634c4c8e3fdc6192c58db8f69d78a8aff51 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2006 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