Change string.h to strings.h compile on solaris

pull/22966/head
Ryan Dahl 2010-05-09 16:23:29 -07:00
parent 1ecb11f944
commit b78508266b
1 changed files with 1 additions and 1 deletions

View File

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