summaryrefslogtreecommitdiffstats
path: root/StdLib/LibC/Stdio/makebuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/LibC/Stdio/makebuf.c')
-rw-r--r--StdLib/LibC/Stdio/makebuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/StdLib/LibC/Stdio/makebuf.c b/StdLib/LibC/Stdio/makebuf.c
index 4e69be1275..1b5991489c 100644
--- a/StdLib/LibC/Stdio/makebuf.c
+++ b/StdLib/LibC/Stdio/makebuf.c
@@ -52,7 +52,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
-#include <sys/EfiSysCall.h>
+#include <unistd.h>
#include "reentrant.h"
#include "local.h"
#include <MainData.h>