summaryrefslogtreecommitdiffstats
path: root/stringbuf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-09-07 12:12:39 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-09-07 12:12:39 +0000
commit8febc25442bcd8fb5ce65c072404ca3d62602cef (patch)
treedc03a66a0e5c22eaa3b9800152d7a676c41a6a79 /stringbuf.c
parent8c1d2ef916b12c55604b4c7360597573ba03783f (diff)
downloadrsyslog-8febc25442bcd8fb5ce65c072404ca3d62602cef.tar.gz
rsyslog-8febc25442bcd8fb5ce65c072404ca3d62602cef.tar.xz
rsyslog-8febc25442bcd8fb5ce65c072404ca3d62602cef.zip
fixed a minor bug in usage()Branchpoint_Stable_1-0
Diffstat (limited to 'stringbuf.c')
-rwxr-xr-xstringbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stringbuf.c b/stringbuf.c
index 2ae7973b..b91c05a4 100755
--- a/stringbuf.c
+++ b/stringbuf.c
@@ -37,7 +37,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <stdlib.h
+#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include "liblogging-stub.h"