From 9538d1c43336a81f8f35b875eee80fe2b81c61a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mo=C5=84?= Date: Mon, 9 Jun 2014 22:01:31 +0200 Subject: [PATCH] Fix CMake build. Change-Id: I749c6f1e978e385a9f1340f315c670404a2470ad Reviewed-on: https://code.wireshark.org/review/2087 Reviewed-by: Gerald Combs --- wsutil/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt index eb319c4520..c6090e6701 100644 --- a/wsutil/CMakeLists.txt +++ b/wsutil/CMakeLists.txt @@ -68,6 +68,8 @@ set(WSUTIL_FILES type_util.c u3.c unicode-utils.c + ws_mempbrk.c + ws_mempbrk_sse42.c nghttp2/nghttp2_buf.c nghttp2/nghttp2_hd.c nghttp2/nghttp2_hd_huffman.c