mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-26 20:00:50 +00:00
Include unistd.h for execl()
This commit is contained in:
parent
5167631d29
commit
e8fcc92609
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
/* #includes */ /*{{{C}}}*//*{{{*/
|
||||
#include "config.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#ifdef HAVE_GETTEXT
|
||||
#include <libintl.h>
|
||||
#define _(String) gettext(String)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue