diff options
Diffstat (limited to 'exception.c')
-rw-r--r-- | exception.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exception.c b/exception.c index 96546f7..8810304 100644 --- a/exception.c +++ b/exception.c @@ -17,9 +17,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <config.h> #include "libsigrokdecode-internal.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ #include "libsigrokdecode.h" -#include "config.h" #include <stdarg.h> #include <glib.h> #include <frameobject.h> /* Python header not pulled in by default. */ |