projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ae4479
)
libiconv: change include guard to make glib2 consider it compatible
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 20 Jan 2016 13:54:30 +0000
(13:54 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 20 Jan 2016 13:54:30 +0000
(13:54 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48396
package/libs/libiconv/src/include/iconv.h
patch
|
blob
|
history
diff --git
a/package/libs/libiconv/src/include/iconv.h
b/package/libs/libiconv/src/include/iconv.h
index 64acb6fd5659bc34596dc07cc974e0ba21259af3..8767be42eec300c7ab7e8bb5e55f335d7d72832c 100644
(file)
--- a/
package/libs/libiconv/src/include/iconv.h
+++ b/
package/libs/libiconv/src/include/iconv.h
@@
-1,5
+1,5
@@
-#ifndef _ICONV_H
-#define _ICONV_H 1
+#ifndef _
LIB
ICONV_H
+#define _
LIB
ICONV_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 /* _
LIB
ICONV_H */