Use proper e-mail address format everywhere.
[doldaconnect.git] / clients / tty / dcsh.c
index 2c35086..b8f721f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Dolda Connect - Modular multiuser Direct Connect-style client
- *  Copyright (C) 2007 Fredrik Tolf (fredrik@dolda2000.com)
+ *  Copyright (C) 2007 Fredrik Tolf <fredrik@dolda2000.com>
  *  
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -22,6 +22,7 @@
 #include <unistd.h>
 #include <wchar.h>
 #include <sys/poll.h>
+#include <errno.h>
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>