Skip to content

Commit

Permalink
rfc822.c: Add missing header file for getpid declaration.
Browse files Browse the repository at this point in the history
Resolves: #4
  • Loading branch information
InterLinked1 committed Sep 21, 2024
1 parent ada3015 commit c11d3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rfc822.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include <string.h>
#include <stdlib.h>
#include <unistd.h>

#include <libetpan/libetpan.h>

Expand Down

0 comments on commit c11d3c6

Please sign in to comment.