[PATCH] 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
Sun Jan 15 17:07:24 UTC 2017


Review at  https://gerrit.osmocom.org/1609

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(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/09/1609/1

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: newchange
Gerrit-Change-Id: I911c7f4bcadde414ce0b384e13a3a9a4a953e2fb
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list