mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-08 11:54:53 +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…
x
Reference in New Issue
Block a user