Skip to content

Commit

Permalink
Add missing unistd.h inclusion (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
hummeltech authored Jun 4, 2024
1 parent c3453bc commit cbd6359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderd_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#define _GNU_SOURCE

#include <sys/un.h>
#include <unistd.h>

#include "config.h"
#include "g_logger.h"
Expand Down

0 comments on commit cbd6359

Please sign in to comment.