Skip to content

Commit

Permalink
Add missing include of <unistd.h>
Browse files Browse the repository at this point in the history
As noted in #28
  • Loading branch information
SSoelvsten authored Feb 9, 2024
1 parent 06edd0f commit 3026400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/calTest.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#include <calInt.h>
#include "time.h"
#include <signal.h>
#include <unistd.h>

/*---------------------------------------------------------------------------*/
/* Constant declarations */
Expand Down

0 comments on commit 3026400

Please sign in to comment.