Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
c8f2b186
Commit
c8f2b186
authored
Jul 15, 2013
by
Tristan Matthews
Browse files
* #26839: tests: fix missing includes
parent
ff2881de
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/test/siptest.cpp
View file @
c8f2b186
...
...
@@ -28,8 +28,9 @@
* as that of the covered work.
*/
#include
<stdlib.h>
#include
<stdio.h>
#include
<unistd.h>
#include
<cstdlib>
#include
<cstdio>
#include
<iostream>
#include
<fstream>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment