repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Obsolete golang-120
[oi-userland.git]
/
components
/
library
/
openjpeg
/
patches
/
openjpeg-03-imgsock_manager.c-strings.h.patch
blob
72d60b5ca2e96cb939b88e7c2146b56186e4ec01
1
--- openjpeg-2.5.3/src/lib/openjpip/imgsock_manager.c.orig
2
+++ openjpeg-2.5.3/src/lib/openjpip/imgsock_manager.c
3
@@ -30,6 +30,10 @@
4
5
#include <stdio.h>
6
#include <string.h>
7
+#if defined(__sun)
8
+/* for strncasecmp() */
9
+# include <strings.h>
10
+#endif
11
#include <stdlib.h>
12
#include "imgsock_manager.h"
13
#if _WIN32