Try to fix OSX build

Change-Id: Iab664f349e7604b99368f4a986dfe98db48aea84
Reviewed-on: https://code.wireshark.org/review/2078
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
AndersBroman 2014-06-09 18:20:34 +02:00 committed by Anders Broman
parent f9254e5173
commit c2a187f4ac
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@
#include <glib.h>
#include "ws_symbol_export.h"
#ifdef HAVE_SSE42
#include "ws_cpuid.h"
#endif
#include "ws_mempbrk.h"
const guint8 *

View File

@ -33,4 +33,4 @@ const char *_ws_mempbrk_sse42(const char* haystack, size_t haystacklen, const ch
const guint8 *_ws_mempbrk(const guint8* haystack, size_t haystacklen, const guint8 *needles);
#endif /* __WS_MEMPBRK_H__ */
#endif /* __WS_MEMPBRK_H__ */