pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r4001 - trunk/pingus/src/input


From: grumbel at BerliOS
Subject: [Pingus-CVS] r4001 - trunk/pingus/src/input
Date: Wed, 4 Nov 2009 01:00:00 +0100

Author: grumbel
Date: 2009-11-04 00:59:59 +0100 (Wed, 04 Nov 2009)
New Revision: 4001

Modified:
   trunk/pingus/src/input/evdev_device.cpp
Log:
Added missing stdio.h


Modified: trunk/pingus/src/input/evdev_device.cpp
===================================================================
--- trunk/pingus/src/input/evdev_device.cpp     2009-10-17 15:49:46 UTC (rev 
4000)
+++ trunk/pingus/src/input/evdev_device.cpp     2009-11-03 23:59:59 UTC (rev 
4001)
@@ -22,6 +22,7 @@
 #include <stdexcept>
 #include <iostream>
 #include <errno.h>
+#include <stdio.h>
 
 #include "evdev_device.hpp"
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]