summaryrefslogtreecommitdiff
path: root/type_decoder.c
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2012-01-31 22:35:22 +0100
committerBert Vermeulen <bert@biot.com>2012-01-31 22:35:22 +0100
commitdbeaab27a4537863a5d7a8180af2de57ba55f1d4 (patch)
treef94ebed7ef7601fe9d1b0ce8eb1d0ed7cb097389 /type_decoder.c
parentd3c8af667a6f2677c3ecc52b5249f24d9d0b356c (diff)
downloadlibsigrokdecode-dbeaab27a4537863a5d7a8180af2de57ba55f1d4.tar.gz
libsigrokdecode-dbeaab27a4537863a5d7a8180af2de57ba55f1d4.zip
srd: avoid POSIX_SOURCE warning
Diffstat (limited to 'type_decoder.c')
-rw-r--r--type_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/type_decoder.c b/type_decoder.c
index 3efba41..8395edd 100644
--- a/type_decoder.c
+++ b/type_decoder.c
@@ -17,10 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <inttypes.h>
#include "sigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */
#include "sigrokdecode-internal.h"
#include "config.h"
+#include <inttypes.h>
/* This is only used for nicer srd_dbg() output. */