commit | 8a568dd4ad368d37c059ec9c8da0e894417a27d9 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Fri May 18 14:12:27 2012 +0200 |
committer | Petr Machata <pmachata@redhat.com> | Fri May 18 14:12:27 2012 +0200 |
tree | ba02d03408107a4027ae7eaba8cf04b5908da370 | |
parent | 91c399c086b3a1895a299dee4c6181b56b6437dd [diff] [blame] |
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) */