소스 검색

Assistant: Add missing <unistd.h> include

Andreas Kling 4 년 전
부모
커밋
a6f0861c7b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Userland/Applications/Assistant/main.cpp

+ 1 - 0
Userland/Applications/Assistant/main.cpp

@@ -17,6 +17,7 @@
 #include <LibGUI/TextBox.h>
 #include <LibGfx/Palette.h>
 #include <LibThreading/Lock.h>
+#include <unistd.h>
 
 namespace Assistant {