mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-18 11:45:55 +00:00
Include errno.h for errno
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
|
||||
#include <errno.h>
|
||||
#include "serialiser.h"
|
||||
|
||||
#include "core/core.h"
|
||||
|
||||
Reference in New Issue
Block a user