rpm/debug.h

14 lines
171 B
C

/**
* To be included after all other includes.
*/
#ifndef H_DEBUG
#define H_DEBUG
#include <assert.h>
#ifdef DMALLOC
#include <dmalloc.h>
#endif
#endif /* H_DEBUG */