summaryrefslogtreecommitdiff
path: root/lang/sdcc/files/patch-support_sdbinutils_libiberty_xmemdup.c
blob: ad481b893f51f86a088bd67367e270498937d3fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- support/sdbinutils/libiberty/xmemdup.c.orig	2018-03-18 17:46:53 UTC
+++ support/sdbinutils/libiberty/xmemdup.c
@@ -19,7 +19,7 @@ allocated, the remaining memory is zeroed.
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#include "ansidecl.h"
+#include "../include/ansidecl.h"
 #include "libiberty.h"
 
 #include <sys/types.h> /* For size_t. */