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 changed files with 3 additions and 3 deletions
|
@ -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 a new issue