Bump year. Change Aps->ApS
[idzebra-moved-to-github.git] / include / direntz.h
index 77ec607..d09cd2a 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: direntz.h,v 1.7 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: direntz.h,v 1.9 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -47,6 +47,7 @@ void closedir (DIR *dd);
 
 #else
 /* include UNIX version */
+#include <sys/types.h>
 #include <dirent.h>
 #endif