- Add <cstring> for "memset", "strchr" and "strstr"

- Use the C++ wrapper headers consistently
- Fix indentation

svn path=/trunk/; revision=32686
This commit is contained in:
Colin Finck 2008-03-15 00:35:48 +00:00
parent 1e2d76a86c
commit ddef9f1617

View file

@ -11,7 +11,8 @@
#include "namedpipe_reader.h"
#include <iostream>
#include <assert.h>
#include <cassert>
#include <cstring>
namespace System_
{