Add missing string.h that would otherwise soon break the build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26453 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2008-07-16 22:17:29 +00:00
parent 6e82afcc18
commit 2293ed6941
3 changed files with 3 additions and 0 deletions
@@ -7,6 +7,7 @@
#include "tty_private.h"
#include <stdlib.h>
#include <string.h>
#include <util/AutoLock.h>
+1
View File
@@ -5,6 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include <util/AutoLock.h>
@@ -12,6 +12,7 @@
#include <new>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fs_cache.h>
#include <fs_volume.h>