Skip to content

Commit

Permalink
put dependencies in the same place
Browse files Browse the repository at this point in the history
  • Loading branch information
abakh committed Jul 18, 2022
1 parent bcedb90 commit 016b58c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ You should have received a copy of the CC0 Public Domain Dedication along with t
#include <limits.h>
#include <stdbool.h>
#include <unistd.h>
#include <curses.h>
#include <time.h>
#include <signal.h>
#include <math.h>
#include "config.h"
#define FOPEN_FAIL -10
#define ENV_VAR_OR_USERNAME (getenv("NB_PLAYER")?getenv("NB_PLAYER"):getenv("USER"))
Expand Down

0 comments on commit 016b58c

Please sign in to comment.