Browse Source

Fix compile error

rdb 16 years ago
parent
commit
b664665a1c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/x11display/x11GraphicsWindow.cxx

+ 1 - 0
panda/src/x11display/x11GraphicsWindow.cxx

@@ -26,6 +26,7 @@
 #include "lightReMutexHolder.h"
 
 #include <errno.h>
+#include <fcntl.h>
 #include <sys/time.h>
 #include <X11/keysym.h>
 #include <X11/Xutil.h>