Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
4b25c5e8
Commit
4b25c5e8
authored
8 years ago
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test/*: add missing includes for fprintf()
parent
2fdbae3e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
FakeDecoderAPI.cxx
test/FakeDecoderAPI.cxx
+1
-0
run_convert.cxx
test/run_convert.cxx
+1
-0
run_storage.cxx
test/run_storage.cxx
+1
-0
visit_archive.cxx
test/visit_archive.cxx
+1
-0
No files found.
test/FakeDecoderAPI.cxx
View file @
4b25c5e8
...
...
@@ -25,6 +25,7 @@
#include "Compiler.h"
#include <unistd.h>
#include <stdio.h>
void
decoder_initialized
(
Decoder
&
decoder
,
...
...
This diff is collapsed.
Click to expand it.
test/run_convert.cxx
View file @
4b25c5e8
...
...
@@ -35,6 +35,7 @@
#include <assert.h>
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
int
main
(
int
argc
,
char
**
argv
)
...
...
This diff is collapsed.
Click to expand it.
test/run_storage.cxx
View file @
4b25c5e8
...
...
@@ -28,6 +28,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
...
...
This diff is collapsed.
Click to expand it.
test/visit_archive.cxx
View file @
4b25c5e8
...
...
@@ -31,6 +31,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
class
MyArchiveVisitor
final
:
public
ArchiveVisitor
{
public
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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