1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-20 11:55:17 +02: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:
Arun Sharma 2011-09-05 10:47:13 -07:00
parent 00abb7c056
commit 3bf76e8d19

View file

@ -32,7 +32,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
extern "C" {
#endif
#include <config.h>
#include <sys/types.h>
#include <inttypes.h>
#include <ucontext.h>