From 3c885c33901ba9f4dec1975533fd115b4a71e3d7 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sun, 25 Jan 2009 18:14:46 +0000 Subject: [PATCH] Fix missing inclue. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29014 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/fs_shell/sem.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/fs_shell/sem.cpp b/src/tools/fs_shell/sem.cpp index 8d3d8e775d..b5193b281b 100644 --- a/src/tools/fs_shell/sem.cpp +++ b/src/tools/fs_shell/sem.cpp @@ -5,6 +5,8 @@ #include "compatibility.h" +#include + #include #include "fssh_errors.h"