Skip to content

Commit

Permalink
Fixed a missing #include <limits.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceg committed Apr 1, 2005
1 parent 5bc970d commit 1e77881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timespec-next.c
Expand Up @@ -2,6 +2,7 @@
#include <systime.h>
#include <assert.h>
#include <ctype.h>
#include <limits.h>
#include <string.h>

#include <msg/msg.h>
Expand Down

0 comments on commit 1e77881

Please sign in to comment.