From 80d758c4765337d7c23e3c96351444be7fed8a72 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 6 Jan 2010 21:20:20 +0100 Subject: [PATCH] Include to "utils.h" due to PANIC --- src/physxml.c | 3 --- src/utils.h | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/physxml.c b/src/physxml.c index ff4c00a..9972dc8 100644 --- a/src/physxml.c +++ b/src/physxml.c @@ -2,9 +2,6 @@ #include "isds_priv.h" #include "utils.h" -/*#include -#include -#include */ #include #include #include diff --git a/src/utils.h b/src/utils.h index 3bd385f..6781cb0 100644 --- a/src/utils.h +++ b/src/utils.h @@ -3,6 +3,7 @@ #include #include +#include /* _hidden macro marks library private symbols. GCC can exclude them from global * symbols table */ -- 2.11.4.GIT