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:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef _ICONV_H
|
#ifndef _LIBICONV_H
|
||||||
#define _ICONV_H 1
|
#define _LIBICONV_H 1
|
||||||
|
|
||||||
#define _LIBICONV_VERSION 0x010B /* version number: (major<<8) + minor */
|
#define _LIBICONV_VERSION 0x010B /* version number: (major<<8) + minor */
|
||||||
|
|
||||||
@@ -33,4 +33,4 @@ iconv_close(iconv_t cd);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _ICONV_H */
|
#endif /* _LIBICONV_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user