diff options
author | Christian Hesse <mail@eworm.de> | 2014-01-03 07:58:01 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-01-03 07:58:01 +0100 |
commit | c9f687e0c16a7f6ea6471f69b6be8cb2f0a3268d (patch) | |
tree | 105ccf66173270f2a2bb09636a5fdccd085f04b3 /arch.c | |
parent | 0f7b07e716648bd563b71d58584273d3ced0c987 (diff) | |
download | paccache-c9f687e0c16a7f6ea6471f69b6be8cb2f0a3268d.tar.gz paccache-c9f687e0c16a7f6ea6471f69b6be8cb2f0a3268d.tar.zst |
move arch specific macros to separate header file
Diffstat (limited to 'arch.c')
-rw-r--r-- | arch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #include <stdio.h> #include <stdlib.h> -#include "config.h" +#include "arch.h" /*** main ***/ int main(int argc, char ** argv) { |