diff options
author | Daniel Elstner <daniel.kitta@gmail.com> | 2015-09-13 22:07:11 +0200 |
---|---|---|
committer | Daniel Elstner <daniel.kitta@gmail.com> | 2015-09-13 22:07:11 +0200 |
commit | 367843620d039ad183bc4d7c33d91c316d717621 (patch) | |
tree | c2deb210b2f59905493a6a4cc9a4f7e87331354c /util.c | |
parent | 4916b17368e8ed06f4bfd045052ab0f891c33954 (diff) | |
download | libsigrokdecode-367843620d039ad183bc4d7c33d91c316d717621.tar.gz libsigrokdecode-367843620d039ad183bc4d7c33d91c316d717621.zip |
Build: Include <config.h> first in all source files
Since Autoconf places some important feature flags only into the
configuration header, it is necessary to include it globally to
guarantee a consistent build.
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,9 +18,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <config.h> #include "libsigrokdecode-internal.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ #include "libsigrokdecode.h" -#include "config.h" /** * Get the value of a Python object's attribute, returned as a newly |