aboutsummaryrefslogtreecommitdiffstats
path: root/arch.c
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-01-03 07:58:01 +0100
committerGravatar Christian Hesse <mail@eworm.de>2014-01-03 07:58:01 +0100
commitc9f687e0c16a7f6ea6471f69b6be8cb2f0a3268d (patch)
tree105ccf66173270f2a2bb09636a5fdccd085f04b3 /arch.c
parent0f7b07e716648bd563b71d58584273d3ced0c987 (diff)
downloadpaccache-c9f687e0c16a7f6ea6471f69b6be8cb2f0a3268d.tar.gz
paccache-c9f687e0c16a7f6ea6471f69b6be8cb2f0a3268d.tar.zst
move arch specific macros to separate header file
Diffstat (limited to 'arch.c')
-rw-r--r--arch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch.c b/arch.c
index 1e644e9..3024ef9 100644
--- a/arch.c
+++ b/arch.c
@@ -8,7 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include "config.h"
+#include "arch.h"
/*** main ***/
int main(int argc, char ** argv) {