
27 Feb
2006
27 Feb
'06
7:01 p.m.
Author: ods15 Date: Mon Feb 27 19:01:20 2006 New Revision: 83 Log: add stdio.h for off_t Modified: trunk/libnut/reorder.c Modified: trunk/libnut/reorder.c ============================================================================== --- trunk/libnut/reorder.c (original) +++ trunk/libnut/reorder.c Mon Feb 27 19:01:20 2006 @@ -1,5 +1,6 @@ #include <inttypes.h> #include <stdlib.h> +#include <stdio.h> #include "nut.h" #include "priv.h"