slimina / memagent

Automatically exported from code.google.com/p/memagent
0 stars 0 forks source link

Missed headers #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(1)

~/box/magent# make
gcc -Wall -O2 -g  -c -o magent.o magent.c
magent.c: In function 'writev_list':
magent.c:592: error: 'SSIZE_MAX' undeclared (first use in this function)

<limits.h> should be #include'd.

(2)

~/box/magent# make
gcc -Wall -O2 -g  -c -o magent.o magent.c
magent.c: In function 'writev_list':
magent.c:606: warning: implicit declaration of function 'writev'

<sys/uio.h> should be #include'd.

Original issue reported on code.google.com by 191...@gmail.com on 27 Sep 2008 at 5:54

GoogleCodeExporter commented 9 years ago
fix header file include under BSD systems in svn repos

Original comment by shellc...@gmail.com on 5 Oct 2008 at 2:12

GoogleCodeExporter commented 9 years ago

Original comment by shellc...@gmail.com on 5 Oct 2008 at 2:23