Obsolete sys/time.h and HAVE_TIME_WITH_SYS_TIME
[citadel.git] / ctdlsh / ctdlsh.h
index 043d42b15b4cfe286c7e996e3e277148bb73d196..bbf03692c32b868e2d0184e8e1b00cfcbadf1653 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * main header file for ctdlsh
  *
- * Copyright (c) 2009-2013 by the citadel.org team
+ * Copyright (c) 2009-2023 by the citadel.org team
  * This program is open source software, cheerfully made available to
  * you under the terms of the GNU General Public License version 3.
  */
@@ -11,7 +11,7 @@
 #include <stdio.h>
 #include <signal.h>
 #include <sys/types.h>
-#include <sys/time.h>
+#include <time.h>
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <string.h>