<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-trx/+/15087">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Transceiver: Add missing header netinet/in.h<br><br>Previous commit started using IPPROTO_UDP without including required<br>include. Newer versions of libosmocore's osmocom/core/socket.h include<br>that header so the define is present, but older versions of libosmocore<br>(such as 0.12.0) don't, so let's include it explicitly (the correct<br>thing to do).<br><br>Fixes: b9d2515704ac83cacd88d0a73ecba30323df0b2d<br>Change-Id: I67ddf550f3a7fc6a650e1e1d9bde0bbb28785104<br>---<br>M Transceiver52M/Transceiver.cpp<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/87/15087/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp</span><br><span>index b12a498..4da1876 100644</span><br><span>--- a/Transceiver52M/Transceiver.cpp</span><br><span>+++ b/Transceiver52M/Transceiver.cpp</span><br><span>@@ -24,6 +24,7 @@</span><br><span> */</span><br><span> </span><br><span> #include <stdio.h></span><br><span style="color: hsl(120, 100%, 40%);">+#include <netinet/in.h></span><br><span> #include <iomanip>      // std::setprecision</span><br><span> #include <fstream></span><br><span> #include "Transceiver.h"</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-trx/+/15087">change 15087</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-trx/+/15087"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-trx </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I67ddf550f3a7fc6a650e1e1d9bde0bbb28785104 </div>
<div style="display:none"> Gerrit-Change-Number: 15087 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>