Browse Source

Added missing header file

Josh Yelon 19 years ago
parent
commit
b8bb953a34
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pandatool/src/maxegg/maxToEgg.cxx

+ 1 - 0
pandatool/src/maxegg/maxToEgg.cxx

@@ -7,6 +7,7 @@
 
 //Our headers, which in turn includes some Max headers. 
 #include "maxToEgg.h"
+#include "errno.h"
 
 //Member Function Definitions
 /* ~MaxToEgg() - Uninteresting destructor.