Fix minor oops (removed #include<string.h> erroneously)

This commit is contained in:
tedbullock 2007-07-16 04:44:47 +00:00
부모 a3d4939c5e
커밋 dda988d887
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -37,6 +37,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <generic_types.h>
#include <object.h>

파일 보기

@ -42,6 +42,7 @@
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/ioctl.h>