diff options
| author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-01 14:35:03 +0200 | 
|---|---|---|
| committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-01 14:35:03 +0200 | 
| commit | 9533dc84d7addf792db4f4702b6fc7d7ddd20e78 (patch) | |
| tree | 1efcf0fbc9fa590ea7aa6e6ac74cd34f71355a3a /tests | |
| parent | 79c333899d318bf9b1eec3837833c7f0229d1906 (diff) | |
Install libsquashfs.so headers on the system in "sqfs" subdirectory
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/blk_proc_order.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/blk_proc_order.c b/tests/blk_proc_order.c index eea8852..f7c37e5 100644 --- a/tests/blk_proc_order.c +++ b/tests/blk_proc_order.c @@ -6,8 +6,8 @@   */  #include "config.h" -#include "block_processor.h" -#include "compress.h" +#include "sqfs/block_processor.h" +#include "sqfs/compress.h"  #include <stdlib.h>  #include <string.h> | 
