vector.h: missing include <unistd.h> for ssize_t
This commit is contained in:
parent
9e40f8311f
commit
df9074db6e
@ -21,6 +21,8 @@
|
|||||||
#ifndef _VECTOR_H
|
#ifndef _VECTOR_H
|
||||||
#define _VECTOR_H
|
#define _VECTOR_H
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We're using a typedef here to "hide" the implementation details of the
|
* We're using a typedef here to "hide" the implementation details of the
|
||||||
* vector. Sure, it's a pointer, but the struct is hidden in the C file.
|
* vector. Sure, it's a pointer, but the struct is hidden in the C file.
|
||||||
|
Loading…
Reference in New Issue
Block a user