libiconv: change include guard to make glib2 consider it compatible

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48396
This commit is contained in:
Felix Fietkau 2016-01-20 13:54:30 +00:00
parent 6ae4479190
commit 272a3e03de

View file

@ -1,5 +1,5 @@
#ifndef _ICONV_H
#define _ICONV_H 1
#ifndef _LIBICONV_H
#define _LIBICONV_H 1
#define _LIBICONV_VERSION 0x010B /* version number: (major<<8) + minor */
@ -33,4 +33,4 @@ iconv_close(iconv_t cd);
}
#endif
#endif /* _ICONV_H */
#endif /* _LIBICONV_H */