SVN Commit by dpage: r4231 - trunk/pgadmin3/xtra/pgagent

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4231 - trunk/pgadmin3/xtra/pgagent
Date: 2005-05-23 08:31:10
Message-ID: 200505230831.j4N8VAVw024110@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)
{

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-05-23 08:43:57 SVN Commit by dpage: r4232 - trunk/pgadmin3/src/agent
Previous Message svn 2005-05-23 08:29:14 SVN Commit by dpage: r4230 - trunk/pgadmin3/xtra/pgagent