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

fix naming and try to fix compile errors related to config.h (generated by autotools)

This commit is contained in:
Dominic Radermacher
2020-01-13 21:26:48 +01:00
parent 679c51859b
commit 8655736e75
3 changed files with 11 additions and 10 deletions

View File

@@ -26,7 +26,7 @@
#include <sys/stat.h> /* open() */
#include <fcntl.h> /* open() */
#include <time.h> /* nanosleep(), struct timespec */
#include "config.h"
//#include "config.h"
#include "gettext.h" /* gettext(), ngettext() */
#include "ptouch.h"

View File

@@ -25,7 +25,8 @@
#include <sys/stat.h> /* open() */
#include <fcntl.h> /* open() */
#include <gd.h>
#include "config.h"
//#include "config.h"
#include <locale.h>
#include "gettext.h" /* gettext(), ngettext() */
#include "ptouch.h"