Add missing include config.h to proc.h
diff --git a/proc.h b/proc.h
index 443bd8e..e04c29c 100644
--- a/proc.h
+++ b/proc.h
@@ -23,6 +23,8 @@
 #ifndef _PROC_H_
 #define _PROC_H_
 
+#include "config.h"
+
 #if defined(HAVE_LIBUNWIND)
 # include <libunwind.h>
 #endif /* defined(HAVE_LIBUNWIND) */