commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/01: logger.h.in: sys/types.h is needed f


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/01: logger.h.in: sys/types.h is needed for mode_t
Date: Tue, 1 Sep 2015 10:14:11 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit 3e2dc168467304212328abd061bf10f0c511f17f
Author: Gwenhael Goavec-Merou <address@hidden>
Date:   Mon Aug 31 09:46:07 2015 +0200

    logger.h.in: sys/types.h is needed for mode_t
---
 gnuradio-runtime/include/gnuradio/logger.h.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnuradio-runtime/include/gnuradio/logger.h.in 
b/gnuradio-runtime/include/gnuradio/logger.h.in
index 941ce75..08cb209 100644
--- a/gnuradio-runtime/include/gnuradio/logger.h.in
+++ b/gnuradio-runtime/include/gnuradio/logger.h.in
@@ -44,6 +44,8 @@
 
 #ifdef _MSC_VER
 typedef unsigned short mode_t;
+#else
+#include <sys/types.h>
 #endif
 
 #include <gnuradio/api.h>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]