pcu_l1_if.cpp: Add missing header ctype.h

The file uses the isdigit() function.

Change-Id: Id06ea25969ad9b964b3207479604132d25160f24
This commit is contained in:
Pau Espin 2020-03-26 14:47:13 +01:00
parent de63548f04
commit 754b093d16
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <sys/socket.h>
#include <sys/un.h>
#include <arpa/inet.h>
#include <ctype.h>
extern "C" {
#include <osmocom/core/talloc.h>