just include fcntl.h not sys/fcntl.h
[oweals/busybox.git] / archival / libunarchive / header_skip.c
1 #include <stdio.h>
2 #include "unarchive.h"
3
4 void header_skip(const file_header_t *file_header ATTRIBUTE_UNUSED)
5 {
6 }