fix missing include in filesink

This commit is contained in:
Andre Puschmann 2019-07-09 19:25:09 +02:00
parent 95a5c2dcdb
commit 80655db4a4
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#define SRSLTE_FILESINK_H
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include "srslte/config.h"