diff options
author | Graham Bloice <graham.bloice@trihedral.com> | 2014-08-22 22:13:05 +0100 |
---|---|---|
committer | Graham Bloice <graham.bloice@trihedral.com> | 2014-08-24 08:04:08 +0000 |
commit | 97546165fafc0fa05ba08f1c2927f0fa22d24e93 (patch) | |
tree | 2298fd28320187e1022e2595eb6667d971c58da3 /frame_tvbuff.c | |
parent | f88eca47c3551a0fc535efe3d5b9d1587784e903 (diff) | |
download | wireshark-97546165fafc0fa05ba08f1c2927f0fa22d24e93.tar.gz wireshark-97546165fafc0fa05ba08f1c2927f0fa22d24e93.tar.bz2 wireshark-97546165fafc0fa05ba08f1c2927f0fa22d24e93.zip |
Modify includes of config.h so that out-of-tree builds, i.e. CMake
don't pick up the in-tree copy.
Change-Id: I7ec473876cdba1a025c52362d7f6adc62d24ce71
Reviewed-on: https://code.wireshark.org/review/3798
Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Roland Knall <rknall@gmail.com>
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'frame_tvbuff.c')
-rw-r--r-- | frame_tvbuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frame_tvbuff.c b/frame_tvbuff.c index c577f4693a..70b1e1d103 100644 --- a/frame_tvbuff.c +++ b/frame_tvbuff.c @@ -20,7 +20,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "config.h" +#include <config.h> #include <glib.h> |