1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-30 02:19:31 +02:00

Include "config.h" if we have it.

(Logical change 1.63)
This commit is contained in:
mostang.com!davidm 2003-03-19 19:25:18 +00:00
parent 53bd7613b7
commit 8033bdfd28

View file

@ -26,6 +26,10 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#ifndef _UPT_internal_h #ifndef _UPT_internal_h
#define _UPT_internal_h #define _UPT_internal_h
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <errno.h> #include <errno.h>
#include <libunwind.h> #include <libunwind.h>
#include <limits.h> #include <limits.h>