mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-10 19:23:41 +01:00
Installed include files can't include config.h
config.h is not copied to $DESTDIR after make install. ms-abi users will need to manually define it for now.
This commit is contained in:
parent
00abb7c056
commit
3bf76e8d19
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <ucontext.h>
|
#include <ucontext.h>
|
||||||
|
|
Loading…
Reference in a new issue