]> source.dussan.org Git - tigervnc.git/commitdiff
Have to properly include config.h for the HAVE_... stuff to work.
authorPierre Ossman <ossman@cendio.se>
Tue, 11 Sep 2012 11:12:56 +0000 (11:12 +0000)
committerPierre Ossman <ossman@cendio.se>
Tue, 11 Sep 2012 11:12:56 +0000 (11:12 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4999 3789f03b-4d11-0410-bbf8-ca57d06f2519

vncviewer/cocoa.mm

index 6872b23074fdeb346f6bf1cd4e9fce7bb104d72c..2b50ecfea16eef172426bf99ac86cb5e578b8b3c 100644 (file)
  * USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <FL/Fl.H>
 #include <FL/Fl_Window.H>
 #include <FL/x.H>