1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-09 21:40:42 +00:00

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
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>