Changeset - fe33d765e5b5
[Not reviewed]
0 2 0
Jan Kaluza - 13 years ago 2012-10-04 09:55:26
hanzz.k@gmail.com
include also signal.h
2 files changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
include/transport/vcardresponder.h
Show inline comments
 
@@ -59,4 +59,4 @@ class VCardResponder : public Swift::Responder<Swift::VCard> {
 
		Swift::Timer::ref m_collectTimer;
 
};
 

	
 
}
 
\ No newline at end of file
 
}
src/networkpluginserver.cpp
Show inline comments
 
@@ -56,6 +56,8 @@
 
#else
 
#include "sys/wait.h"
 
#include "sys/signal.h"
 
#include <sys/types.h>
 
#include <signal.h>
 
#include "popt.h"
 
#endif
 

	
0 comments (0 inline, 0 general)