diff options
Diffstat (limited to 'wcap')
-rw-r--r-- | wcap/main.c | 2 | ||||
-rw-r--r-- | wcap/wcap-decode.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/wcap/main.c b/wcap/main.c index 1b14ce06..1e4605ae 100644 --- a/wcap/main.c +++ b/wcap/main.c @@ -20,6 +20,8 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <config.h> + #include <stdlib.h> #include <stdio.h> #include <stdint.h> diff --git a/wcap/wcap-decode.c b/wcap/wcap-decode.c index 2b9304dd..87d93379 100644 --- a/wcap/wcap-decode.c +++ b/wcap/wcap-decode.c @@ -20,6 +20,8 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <config.h> + #include <stdlib.h> #include <stdio.h> #include <stdint.h> |