mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-06 11:14:43 +00:00
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:
parent
6ae4479190
commit
272a3e03de
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user