Skip to content
Snippets Groups Projects
Commit e2ec9822 authored by Moe Jette's avatar Moe Jette
Browse files

Add missing config.h header so we can find the HAVE_* defined.

parent a2566377
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,10 @@ ...@@ -38,6 +38,10 @@
#ifndef _PDEBUG_H #ifndef _PDEBUG_H
#define _PDEBUG_H #define _PDEBUG_H
#if HAVE_CONFIG_H
# include "config.h"
#endif
#include <unistd.h> #include <unistd.h>
#ifdef HAVE_SYS_PTRACE_H #ifdef HAVE_SYS_PTRACE_H
# include <sys/ptrace.h> # include <sys/ptrace.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment