X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=adt%2Fobst.h;h=5a815a1c77744909223b56e20d7127ea68db3c9d;hb=ebb77232f9baed801f3a073741ff7a023acea485;hp=5202cb92a5a9b3f6766a119656c6cab07d5e912b;hpb=6d7d61de445629e1590d3a2ba2990ef7a651368a;p=cparser diff --git a/adt/obst.h b/adt/obst.h index 5202cb9..5a815a1 100644 --- a/adt/obst.h +++ b/adt/obst.h @@ -17,8 +17,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ -#include "obstack.h" -#include "xmalloc.h" +#include "adt/xmalloc.h" +#include #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free