From fafbf994cf6f4b6254226cdb0764cce7615f733d Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 24 Nov 2015 10:05:04 -0800 Subject: [PATCH] util: Include in debug.h. --- src/util/debug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/debug.h b/src/util/debug.h index 35554179ab0..11a8561eb57 100644 --- a/src/util/debug.h +++ b/src/util/debug.h @@ -25,6 +25,7 @@ #define _DEBUG_H #include +#include #ifdef __cplusplus extern "C" { -- 2.30.2