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:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user