Revision: 4999
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4999&view=rev
Author:   ossman_
Date:     2012-09-11 11:12:56 +0000 (Tue, 11 Sep 2012)
Log Message:
-----------
Have to properly include config.h for the HAVE_... stuff to work.

Modified Paths:
--------------
    trunk/vncviewer/cocoa.mm

Modified: trunk/vncviewer/cocoa.mm
===================================================================
--- trunk/vncviewer/cocoa.mm    2012-09-11 10:56:21 UTC (rev 4998)
+++ trunk/vncviewer/cocoa.mm    2012-09-11 11:12:56 UTC (rev 4999)
@@ -16,6 +16,10 @@
  * USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <FL/Fl.H>
 #include <FL/Fl_Window.H>
 #include <FL/x.H>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to