1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-01-13 15:27:31 +00:00

Merge pull request #5 from larsbrinkhoff/lars/warnings

Fix warnings.
This commit is contained in:
Rene Richarz 2019-04-11 12:34:59 +02:00 committed by GitHub
commit 71d79cb8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,8 @@
#define PI2 6.283185307
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>