laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-e1d/+/27581 )
Change subject: e1d.h: add #pragma once
......................................................................
e1d.h: add #pragma once
all other header files already have it in place.
Change-Id: Ia7a7856563c2c9d422b73fdc431e0ea4d456f9aa
---
M src/e1d.h
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/81/27581/1
diff --git a/src/e1d.h b/src/e1d.h
index 5d24c5a..dbcc047 100644
--- a/src/e1d.h
+++ b/src/e1d.h
@@ -21,6 +21,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#pragma once
#include <stdint.h>
--
To view, visit
https://gerrit.osmocom.org/c/osmo-e1d/+/27581
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: Ia7a7856563c2c9d422b73fdc431e0ea4d456f9aa
Gerrit-Change-Number: 27581
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange