mirror of
https://github.com/rfivet/uemacs.git
synced 2025-02-20 23:17:13 -05:00
Include stddef on Linux for offsetof macro definition.
This commit is contained in:
parent
135866231d
commit
06eba37779
1
line.c
1
line.c
@ -16,6 +16,7 @@
|
||||
#include "line.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user