projects
/
plproxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75c1283
)
remove debug hacks
plproxy_2_0_4_rc2
author
Marko Kreen
<markokr@gmail.com>
Thu, 20 Dec 2007 22:19:26 +0000
(22:19 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Thu, 20 Dec 2007 22:19:26 +0000
(22:19 +0000)
src/poll_compat.h
patch
|
blob
|
blame
|
history
diff --git
a/src/poll_compat.h
b/src/poll_compat.h
index 65cbe924a65d862a69c6c6ebfdcccff5518d2a89..0a016b9991f9e6a14038cbb4674fafb650167221 100644
(file)
--- a/
src/poll_compat.h
+++ b/
src/poll_compat.h
@@
-1,10
+1,10
@@
-#ifdef HAVE_POLL_H
x
+#ifdef HAVE_POLL_H
#include <poll.h>
#else
-#ifdef HAVE_SYS_POLL_H
x
+#ifdef HAVE_SYS_POLL_H
#include <sys/poll.h>