Author: dpage
Date: 2005-05-23 09:31:10 +0100 (Mon, 23 May 2005)
New Revision: 4231

Modified:
   trunk/pgadmin3/xtra/pgagent/unix.cpp
Log:
Add missing include

Modified: trunk/pgadmin3/xtra/pgagent/unix.cpp
===================================================================
--- trunk/pgadmin3/xtra/pgagent/unix.cpp        2005-05-23 08:29:14 UTC (rev 
4230)
+++ trunk/pgadmin3/xtra/pgagent/unix.cpp        2005-05-23 08:31:10 UTC (rev 
4231)
@@ -11,11 +11,12 @@
 
 #include "pgAgent.h"
 
-#include <fcntl.h>
-
 #ifdef WIN32
 #error this file is for unix only!
 #endif
+
+#include <wx/filename.h>
+#include <fcntl.h>
 
 void usage(const wxString &executable)
 {


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to