Change in osmo-pcu[master]: pcu_l1_if.cpp: Add missing header ctype.h

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Mar 26 15:16:41 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/17620 )


Change subject: pcu_l1_if.cpp: Add missing header ctype.h
......................................................................

pcu_l1_if.cpp: Add missing header ctype.h

The file uses the isdigit() function.

Change-Id: Id06ea25969ad9b964b3207479604132d25160f24
---
M src/pcu_l1_if.cpp
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/20/17620/1

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>

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/17620
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Id06ea25969ad9b964b3207479604132d25160f24
Gerrit-Change-Number: 17620
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200326/e9f67717/attachment.htm>


More information about the gerrit-log mailing list