Include errno.h.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Tue, 29 May 2007 14:43:34 +0000 (14:43 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Tue, 29 May 2007 14:43:34 +0000 (14:43 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1045 959494ce-11ee-0310-bf91-de5d638817bd

clients/tty/dcsh.c

index 2c35086..91ef661 100644 (file)
@@ -22,6 +22,7 @@
 #include <unistd.h>
 #include <wchar.h>
 #include <sys/poll.h>
+#include <errno.h>
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>