Browse Source

Add missing include to fix compilation with gcc 4.4 (patch by Tilman Sauerbeck)

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/slim/trunk@166 7c53e7cc-98ea-0310-8f1f-a0b24da60408
winkj 14 years ago
parent
commit
e899c9d2f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      switchuser.cpp

+ 1 - 0
switchuser.cpp

@@ -9,6 +9,7 @@
    (at your option) any later version.
 */
 
+#include <cstdio>
 #include "switchuser.h"
 
 using namespace std;