Browse Source

Have to properly include config.h for the HAVE_... stuff to work.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4999 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.2.90
Pierre Ossman 11 years ago
parent
commit
b808ffd294
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      vncviewer/cocoa.mm

+ 4
- 0
vncviewer/cocoa.mm View File

@@ -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>

Loading…
Cancel
Save