From aaabd61b1297bae5b719c4d61da4c6fd1a26c111 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 3 May 2013 20:54:27 +0200 Subject: [PATCH] Adapt to new header. --- main.cpp | 2 +- pv/dialogs/about.cpp | 2 +- pv/mainwindow.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.cpp b/main.cpp index 1761df6e..5257b791 100644 --- a/main.cpp +++ b/main.cpp @@ -19,7 +19,7 @@ */ #ifdef ENABLE_SIGROKDECODE -#include /* First, so we avoid a _POSIX_C_SOURCE warning. */ +#include /* First, so we avoid a _POSIX_C_SOURCE warning. */ #endif #include diff --git a/pv/dialogs/about.cpp b/pv/dialogs/about.cpp index fc206551..98d44690 100644 --- a/pv/dialogs/about.cpp +++ b/pv/dialogs/about.cpp @@ -19,7 +19,7 @@ */ #ifdef ENABLE_SIGROKDECODE -#include +#include #endif #include diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index 97abbf8e..7320bf1a 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -19,7 +19,7 @@ */ #ifdef ENABLE_SIGROKDECODE -#include +#include #endif #include -- 2.30.2