1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Use relative include for config.h

This commit is contained in:
Matias Fontanini
2016-09-27 22:06:09 -07:00
parent fdc6ccdf5c
commit e82b72e931

View File

@@ -42,8 +42,8 @@
#include <stdint.h>
#include "../macros.h"
#include "../hw_address.h"
#include "../config.h"
#include "flow.h"
#include "config.h"
#ifdef TINS_HAVE_TCP_STREAM_CUSTOM_DATA
#include <boost/any.hpp>
#endif