about summary refs log tree commit diff
path: root/sami.c
diff options
context:
space:
mode:
Diffstat (limited to 'sami.c')
-rw-r--r--sami.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sami.c b/sami.c
index 64adf0a..6c8d42b 100644
--- a/sami.c
+++ b/sami.c
@@ -9,6 +9,8 @@
 #include <sys/wait.h>
 
 
+int SAMI__fd;
+
 int SAMI_make(SAMI *actor, SAMI_Handler *handler, void *arg)
 {
 	int pair[2];