Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from mjrao/master
Browse files Browse the repository at this point in the history
fix error: expected specifier-qualifier-list before ‘size_t’
  • Loading branch information
Sean Middleditch authored Aug 21, 2017
2 parents 45f2d5c + d2bc8f0 commit 9b31ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libtelnet.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

/* standard C headers necessary for the libtelnet API */
#include <stdarg.h>
#include <stddef.h>

/* C++ support */
#if defined(__cplusplus)
Expand Down

0 comments on commit 9b31ab2

Please sign in to comment.