Skip to content
Snippets Groups Projects
Commit 402bd74c authored by David Doria's avatar David Doria Committed by Brad King
Browse files

MetaIO: Add missing include <stddef.h> for ptrdiff_t

Fixes error "ptrdiff_t was not declared in this scope".
parent c7367e5b
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
#include <stdio.h>
#include <ctype.h>
#include <stddef.h>
#include <sys/stat.h>
#include <fcntl.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment