diff options
Diffstat (limited to 'AppPkg/Applications/Sockets/DataSource/DataSource.c')
-rw-r--r-- | AppPkg/Applications/Sockets/DataSource/DataSource.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AppPkg/Applications/Sockets/DataSource/DataSource.c b/AppPkg/Applications/Sockets/DataSource/DataSource.c index 31c38950a6..44605c86e2 100644 --- a/AppPkg/Applications/Sockets/DataSource/DataSource.c +++ b/AppPkg/Applications/Sockets/DataSource/DataSource.c @@ -31,6 +31,7 @@ #include <sys/socket.h>
#include <stdio.h>
+#include <string.h>
#define DATA_SAMPLE_SHIFT 5 ///< Shift for number of samples
|