Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Explicitly import standard headers for file operations
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Oct 7, 2023
1 parent 2816983 commit d2ba608
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/postmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Andy Watson <watson@netapp.com>.
#include <stdlib.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>

#define PM_VERSION "v1.51 : 8/14/01"

Expand Down

0 comments on commit d2ba608

Please sign in to comment.