]> rtime.felk.cvut.cz Git - sojka/can-utils.git/blobdiff - canlogserver.c
can-utils: add Makefile for Android build system
[sojka/can-utils.git] / canlogserver.c
index 502a41d111880c414c5f809de403012e76536afd..b6fa40305592ac548f85b7dd70acc510260a13df 100644 (file)
@@ -41,7 +41,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  * DAMAGE.
  *
- * Send feedback to <socketcan-users@lists.berlios.de>
+ * Send feedback to <linux-can@vger.kernel.org>
  *
  */
 
@@ -55,6 +55,7 @@
 #include <time.h>
 
 #include <sys/time.h>
+#include <sys/wait.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
@@ -65,7 +66,6 @@
 #include <linux/can.h>
 #include <linux/can/raw.h>
 #include <signal.h>
-#include <wait.h>
 #include <errno.h>
 
 #include "lib.h"