Revision: 59
http://asycxx.svn.sourceforge.net/asycxx/?rev=59&view=rev
Author: joe_steeve
Date: 2009-04-22 13:38:53 +0000 (Wed, 22 Apr 2009)
Log Message:
-----------
fixed a build issue. included stdint.h
From: Joe Steeve <js...@hi...>
Modified Paths:
--------------
trunk/src/RawCANTransport.cxx
Modified: trunk/src/RawCANTransport.cxx
===================================================================
--- trunk/src/RawCANTransport.cxx 2009-04-20 09:40:30 UTC (rev 58)
+++ trunk/src/RawCANTransport.cxx 2009-04-22 13:38:53 UTC (rev 59)
@@ -20,8 +20,9 @@
#include <deque>
#include <sys/socket.h>
-#include<linux/can.h>
+#include <linux/can.h>
#include <errno.h>
+#include <stdint.h>
#include "asycxx-common.h"
#include <asycxx/Error.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|