Fix filesource include

This commit is contained in:
Xavier Arteaga 2021-07-23 09:16:58 +02:00 committed by Xavier Arteaga
parent 858fc2c0fc
commit b59c330858
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#define SRSRAN_FILESOURCE_H
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include "srsran/config.h"
#include "srsran/phy/io/format.h"