diff options
Diffstat (limited to 'include/libseat.h')
-rw-r--r-- | include/libseat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libseat.h b/include/libseat.h index 5375cd6..82098ea 100644 --- a/include/libseat.h +++ b/include/libseat.h @@ -1,6 +1,8 @@ #ifndef _LIBSEAT_H #define _LIBSEAT_H +#include <stdarg.h> + /* * An opaque struct containing an opened seat, created by libseat_open_seat and * destroyed by libseat_close_seat. |