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]
/
freefem
/
ide_socket.patch
blob
1a0eea1def101a0aeaae8dde923a5719629596d9
1
--- socket.cpp 2006-09-29 22:30:15.000000000 +0200
2
+++ socket_patched.cpp 2008-07-11 13:15:54.000000000 +0200
3
@@ -33,6 +33,8 @@
4
5
#include <iostream>
6
#include <cassert>
7
+#include <cstdlib>
8
+#include <cstring>
9
#include "socket.hpp"
10
using namespace std;
11