diff options
Diffstat (limited to 'dbug/example2.c')
-rw-r--r-- | dbug/example2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbug/example2.c b/dbug/example2.c index 482691a8a74..5e5f14f0e7e 100644 --- a/dbug/example2.c +++ b/dbug/example2.c @@ -1,5 +1,5 @@ -#include <global.h> +#include <my_global.h> int debug = 0; |