# HG changeset patch # User Binki # Date 2009-05-23 20:46:27 # Node ID 3b998819751e43b49e715872f877769e05c54dc5 # Parent 22c1c6e9c40b6b73469f0376408855a544c310c7 described distren.h, include it from distren.c for syntax checking diff --git a/src/client/distren.c b/src/client/distren.c --- a/src/client/distren.c +++ b/src/client/distren.c @@ -29,6 +29,8 @@ #include "options.h" #include "execio.h" +#include + #include /* sprintf, printf */ #include /* malloc, free */ #include /* getopt */ diff --git a/src/client/distren.h b/src/client/distren.h --- a/src/client/distren.h +++ b/src/client/distren.h @@ -20,6 +20,10 @@ #ifndef DISTREN_H #define DISTREN_H 1 +/* + Public API for DistRen + */ + #include /* size_t */ typedef struct distren *distren_t;