Move DEBUG macro to own header to be a standalone helper

This commit is contained in:
Pablo Marcos Oltra 2018-01-06 19:09:53 +01:00
parent 2f04ad81c6
commit 2796ea1f5f
4 changed files with 17 additions and 9 deletions

2
exec.c
View file

@ -42,7 +42,7 @@ variable (e.g. "PATH"):
#define _GNU_SOURCE
#include "checkrt.h"
#include "debug.h"
#include <unistd.h>
#include <dlfcn.h>