Skip to content

Commit 1a4cb06

Browse files
committed
deko example framework: Include <unistd.h> for close()
1 parent 0175f80 commit 1a4cb06

File tree

1 file changed

+1
-0
lines changed
  • graphics/deko3d/deko_examples/source/SampleFramework

1 file changed

+1
-0
lines changed

graphics/deko3d/deko_examples/source/SampleFramework/startup.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
** startup.cpp: Automatic initialization/deinitialization
44
*/
55
#include "common.h"
6+
#include <unistd.h>
67

78
//#define DEBUG_NXLINK
89

0 commit comments

Comments
 (0)