Skip to content

Commit

Permalink
exit requires stdlib.h to be included for use
Browse files Browse the repository at this point in the history
FreeBSD 10.3 requires this, and dtc is a bootstrap tool so it needs to
compile there.
  • Loading branch information
kevans91 authored and davidchisnall committed Feb 17, 2020
1 parent f67bfc2 commit b91a38b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dtb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <sys/types.h>
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>

Expand Down

0 comments on commit b91a38b

Please sign in to comment.