1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-11-21 04:42:04 +00:00

Fix compile error on debian jessie

This commit is contained in:
Dominic Radermacher
2016-03-03 22:08:04 +01:00
parent 38f86993cf
commit 70d1079a42
2 changed files with 3 additions and 1 deletions

View File

@@ -17,6 +17,8 @@
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define _POSIX_C_SOURCE 199309L /* needed for nanosleep() when using -std=c11 */
#include <stdio.h>
#include <stdlib.h> /* malloc() */
#include <string.h> /* memcmp() */