commit | ad1cbd968f8a2b98e241fab731f9655e43b403bb | [log] [tgz] |
---|---|---|
author | Adam Tkac <atkac@redhat.com> | Mon Oct 06 14:08:00 2008 +0000 |
committer | Adam Tkac <atkac@redhat.com> | Mon Oct 06 14:08:00 2008 +0000 |
tree | 9c90f456cdec839fe1bda255b5409eb5caaf68cb | |
parent | 1d2920e9d6b30c3577d0dc1d2e73c6bfe885496a [diff] [blame] |
[Cleanup] Handle system dependent defines through autoheader & common-config.h git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2890 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/util.h b/common/rfb/util.h index fa205f0..933df52 100644 --- a/common/rfb/util.h +++ b/common/rfb/util.h
@@ -23,6 +23,10 @@ #ifndef __RFB_UTIL_H__ #define __RFB_UTIL_H__ +#ifdef HAVE_COMMON_CONFIG_H +#include <common-config.h> +#endif + #include <limits.h> #include <string.h>