mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 21:32:40 +02:00
deko example framework: Include <unistd.h> for close()
This commit is contained in:
parent
0175f8020b
commit
1a4cb0662a
@ -3,6 +3,7 @@
|
|||||||
** startup.cpp: Automatic initialization/deinitialization
|
** startup.cpp: Automatic initialization/deinitialization
|
||||||
*/
|
*/
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
//#define DEBUG_NXLINK
|
//#define DEBUG_NXLINK
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user