summaryrefslogtreecommitdiffstats
path: root/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/strings.c b/strings.c
index d9eedb33..e212cf26 100644
--- a/strings.c
+++ b/strings.c
@@ -16,14 +16,13 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
+#include <sys/types.h>
+
#include <assert.h>
#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#ifndef __OpenBSD__
-#include <time.h>
-#endif
#include "private.h"