Browse Source

including errno for posix builds

Jason Hancock 18 years ago
parent
commit
9857a9a24e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/gobj/vertexDataSaveFile.cxx

+ 1 - 0
panda/src/gobj/vertexDataSaveFile.cxx

@@ -23,6 +23,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <errno.h>
 #endif  // _WIN32
 
 ////////////////////////////////////////////////////////////////////