diff options
author | Carlo Bramini <carlo.bramix@libero.it> | 2012-05-29 09:22:18 +0300 |
---|---|---|
committer | Carlo Bramini <carlo.bramix@libero.it> | 2012-05-29 09:22:18 +0300 |
commit | f91042b188c47568472defa6d567b5f5a2c268f5 (patch) | |
tree | 7a3f8c9f091cc88b9a9e99eff64c13687b01ab36 | |
parent | 9e2b0f00deee472da2c266a2f57225d61d0f10b8 (diff) | |
download | xine-lib-f91042b188c47568472defa6d567b5f5a2c268f5.tar.gz xine-lib-f91042b188c47568472defa6d567b5f5a2c268f5.tar.bz2 |
Fixed include path
-rw-r--r-- | lib/hstrerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hstrerror.c b/lib/hstrerror.c index a31ad804b..c5b98c08a 100644 --- a/lib/hstrerror.c +++ b/lib/hstrerror.c @@ -7,7 +7,7 @@ #endif #include <errno.h> -#include "xineintl.h" +#include "xine/xineintl.h" /** * get error descriptions in DNS lookups |