Forráskód Böngészése

Assistant: Add missing <unistd.h> include

Andreas Kling 4 éve
szülő
commit
a6f0861c7b
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 {