Skip to content

Commit

Permalink
Fix example pthread header
Browse files Browse the repository at this point in the history
  • Loading branch information
Acuadros95 authored and pablogs9 committed Mar 31, 2021
1 parent 1387a89 commit 4e9c14f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/MultithreadAdder/main.c
Expand Up @@ -18,6 +18,8 @@
#include <string.h>
#include <stdlib.h>
#include <inttypes.h>
#include <pthread.h>
#include <unistd.h>

#define STREAM_HISTORY 8
#define BUFFER_SIZE UXR_CONFIG_UDP_TRANSPORT_MTU * STREAM_HISTORY
Expand Down

0 comments on commit 4e9c14f

Please sign in to comment.