Skip to content

Commit 72947b8

Browse files
Merge pull request #4 from Z-Y00/master
Adding stdio to examples.
2 parents 3c44a2c + 476066f commit 72947b8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/examples/read-write-send.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
#include <stdlib.h>
10+
#include <stdio.h>
1011
#include <unistd.h>
1112
#include <cassert>
1213

src/examples/send-performance.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
#include <stdlib.h>
10+
#include <stdio.h>
1011
#include <unistd.h>
1112
#include <math.h>
1213
#include <time.h>

0 commit comments

Comments
 (0)