mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-17 21:47:37 +01:00
Include "config.h" if we have it.
(Logical change 1.63)
This commit is contained in:
parent
53bd7613b7
commit
8033bdfd28
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
#ifndef _UPT_internal_h
|
||||
#define _UPT_internal_h
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <libunwind.h>
|
||||
#include <limits.h>
|
||||
|
|
Loading…
Reference in a new issue