mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[host] linux: include missing headers
- <pwd.h> for getpwuid - <unistd.h> for getuid - "common/stringutils.h" for alloc_sprintf
This commit is contained in:
parent
dd2d69fa37
commit
e467db64d8
@ -20,12 +20,15 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#include "interface/platform.h"
|
||||
#include "common/debug.h"
|
||||
#include "common/option.h"
|
||||
#include "common/stringutils.h"
|
||||
#include "common/thread.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
#include <pwd.h>
|
||||
#include <unistd.h>
|
||||
|
||||
struct app
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user