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"