Skip to content
Snippets Groups Projects
Commit c25ce6a5 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Include stddef.h in sys/types.h

parent f1df1f9f
No related branches found
No related tags found
No related merge requests found
#ifndef _SYS_TYPES_H #ifndef _SYS_TYPES_H
#define _SYS_TYPES_H #define _SYS_TYPES_H
#include <stddef.h>
typedef long blksize_t; typedef long blksize_t;
typedef long dev_t; typedef long dev_t;
......
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