David Rose 16 years ago
parent
commit
65fd11a4cb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      direct/src/plugin/p3dInstanceManager.cxx

+ 3 - 0
direct/src/plugin/p3dInstanceManager.cxx

@@ -19,6 +19,9 @@
 
 
 #ifdef _WIN32
 #ifdef _WIN32
 #include <shlobj.h>
 #include <shlobj.h>
+#else
+#include <fcntl.h>
+#include <sys/stat.h>
 #endif
 #endif
 
 
 P3DInstanceManager *P3DInstanceManager::_global_ptr;
 P3DInstanceManager *P3DInstanceManager::_global_ptr;