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]
/
slim-plus
/
slim-1.3.1-gcc4.4.patch
blob
5c51d1f7966257fd590da3b103066d73fe97e6ab
1
Patch to allow compilation with gcc-4.4
2
3
Notified by Daniel J. - from Debian bug tracker
4
5
http://bugs.gentoo.org/252745
6
7
--- switchuser.h 2008-11-11 19:40:18.000000000 +0000
8
+++ switchuser.h 2008-11-11 19:40:28.000000000 +0000
9
@@ -18,6 +18,7 @@
10
#include <pwd.h>
11
#include <grp.h>
12
#include <paths.h>
13
+#include <cstdio>
14
#include <iostream>
15
#include "const.h"
16
#include "cfg.h"
17