Commit de24bfdf authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by rojer

Include limits.h

    PUBLISHED_FROM=7d50ad891fa2b24e119dd1f34037134effbc8d9f
parent 2a084c3d
......@@ -136,6 +136,7 @@
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <signal.h>
#include <stddef.h>
#include <stdio.h>
......@@ -268,6 +269,7 @@ struct dirent *readdir(DIR *dir);
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
#include <limits.h>
#include <math.h>
#include <netdb.h>
#include <netinet/in.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment