pcu_l1_if.cpp: Add missing header ctype.h

The file uses the isdigit() function.

Change-Id: Id06ea25969ad9b964b3207479604132d25160f24
diff --git a/src/pcu_l1_if.cpp b/src/pcu_l1_if.cpp
index 98b8028..deccb30 100644
--- a/src/pcu_l1_if.cpp
+++ b/src/pcu_l1_if.cpp
@@ -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>