Replace obsolete interface with standard include files

merge-requests/1/head
Alexander Hofmann 2015-10-06 17:42:05 +02:00 zatwierdzone przez Olaf Meeuwissen
rodzic 56e69f0998
commit 2239d2aaff
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -29,7 +29,8 @@
#include <stdlib.h>
#include <string.h>
#include <values.h>
#include <float.h>
#include <limits.h>
#include <math.h>
#define BACKEND_NAME sanei_ir /* name of this module for debugging */