repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
libsquish
/
gcc440.patch
blob
48f52242aaa35bda8fafc7d908a0703f38eb8e74
1
--- squish.h 2009-09-02 21:25:02.586265731 +0200
2
+++ squish.h 2009-09-02 21:24:47.922933766 +0200
3
@@ -26,6 +26,8 @@
4
#ifndef SQUISH_H
5
#define SQUISH_H
6
7
+#include <limits.h>
8
+
9
//! All squish API functions live in this namespace.
10
namespace squish {
11