Update pacextractor.c
This commit is contained in:
parent
02965135bd
commit
7900ab1ef6
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int16_t someField[24];
|
int16_t someField[24];
|
||||||
|
@ -140,4 +141,4 @@ int main(int argc, char** argv) {
|
||||||
close(fd);
|
close(fd);
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue