Skip to content

Commit

Permalink
restore missing unistd.h
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-petersen committed Feb 7, 2024
1 parent fc490ec commit 85f5c0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/expand.cc
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/types.h>
#include <unistd.h>

#include "expand.H"


void do_step (int);
void clean_up(void);

Expand Down

0 comments on commit 85f5c0f

Please sign in to comment.