Skip to content

Commit

Permalink
debug.h: include config.h
Browse files Browse the repository at this point in the history
DEBUG macro is usedi in this file and it is defined with autoconf in
config.h.
  • Loading branch information
MartinPulec committed Jan 12, 2024
1 parent 6ff7d1e commit 48cbffa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
#include <stdio.h> // FILE
#endif // defined __cplusplus

#ifdef HAVE_CONFIG_H
#include "config.h" // DEBUG
#endif // defined HAVE_CONFIG_H
#include "tv.h"

#define UNUSED(x) (x=x)
Expand Down

0 comments on commit 48cbffa

Please sign in to comment.