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 /pacredir.c | |
parent | 0f7b07e716648bd563b71d58584273d3ced0c987 (diff) | |
download | paccache-c9f687e0c16a7f6ea6471f69b6be8cb2f0a3268d.tar.gz paccache-c9f687e0c16a7f6ea6471f69b6be8cb2f0a3268d.tar.zst |
move arch specific macros to separate header file
Diffstat (limited to 'pacredir.c')
-rw-r--r-- | pacredir.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ #include <pthread.h> /* compile time configuration */ +#include "arch.h" #include "config.h" #include "version.h" |