Browse Source

getCurrentProcessId call requires windows include file

toddw 10 years ago
parent
commit
84536c4d68
1 changed files with 1 additions and 0 deletions
  1. 1 0
      xpcom/src/module/PyAppInfo.cpp

+ 1 - 0
xpcom/src/module/PyAppInfo.cpp

@@ -10,6 +10,7 @@
 #endif
 #endif
 
 
 #ifdef XP_WIN
 #ifdef XP_WIN
+#include <windows.h>
 #include <process.h>
 #include <process.h>
 #endif
 #endif