Just add an extra include for strings.h - don't try to be cute

pull/22966/head
Ryan Dahl 2010-05-10 16:38:47 -07:00
parent 8e5b91c79b
commit c90e44e582
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include <string.h>
#include <limits.h> /* PATH_MAX */
#include <assert.h>
#include <unistd.h>