[MERGED] libosmocore[master]: utils.h: #include <stdio.h> as we use fprintf()

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Jan 23 12:20:34 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: utils.h: #include <stdio.h> as we use fprintf()
......................................................................


utils.h: #include <stdio.h> as we use fprintf()

Change-Id: I911c7f4bcadde414ce0b384e13a3a9a4a953e2fb
---
M include/osmocom/core/utils.h
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Max: Looks good to me, but someone else must approve
  Jenkins Builder: Verified
  Holger Freyther: Looks good to me, approved



diff --git a/include/osmocom/core/utils.h b/include/osmocom/core/utils.h
index 41bbc27..d9c3097 100644
--- a/include/osmocom/core/utils.h
+++ b/include/osmocom/core/utils.h
@@ -21,6 +21,7 @@
 #define OSMO_VALUE_STRING(x) { x, OSMO_STRINGIFY(x) }
 
 #include <stdint.h>
+#include <stdio.h>
 
 /*! \brief A mapping between human-readable string and numeric value */
 struct value_string {

-- 
To view, visit https://gerrit.osmocom.org/1609
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I911c7f4bcadde414ce0b384e13a3a9a4a953e2fb
Gerrit-PatchSet: 3
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list