SVN Commit by dpage: r4231 - trunk/pgadmin3/xtra/pgagent - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r4231 - trunk/pgadmin3/xtra/pgagent
Date
Msg-id 200505230831.j4N8VAVw024110@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
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)
 {


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4230 - trunk/pgadmin3/xtra/pgagent
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4232 - trunk/pgadmin3/src/agent