Skip to content

Commit

Permalink
deko example framework: Include <unistd.h> for close()
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed May 5, 2020
1 parent 0175f80 commit 1a4cb06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
** startup.cpp: Automatic initialization/deinitialization
*/
#include "common.h"
#include <unistd.h>

//#define DEBUG_NXLINK

Expand Down

0 comments on commit 1a4cb06

Please sign in to comment.