Include stddef on Linux for offsetof macro definition.

This commit is contained in:
Renaud 2016-03-25 19:27:09 +08:00
parent 135866231d
commit 06eba37779
1 changed files with 1 additions and 0 deletions

1
line.c
View File

@ -16,6 +16,7 @@
#include "line.h"
#include <assert.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>