diff options
Diffstat (limited to 'man.c')
-rw-r--r-- | man.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/types.h> + #include <assert.h> #include <ctype.h> #include <stdarg.h> |