diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-12 04:52:15 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-12 04:52:15 +0000 |
commit | 30a17f0bb402ae95bfde948dea10fc7ae7d6c4ba (patch) | |
tree | 44c4c63a7b2dc5e1ff7eb1a409916fba982ebf11 /src/helper | |
parent | f5e028bc46f6b3eee4fb3f93b5ef068238b03f40 (diff) | |
download | openocd+libswd-30a17f0bb402ae95bfde948dea10fc7ae7d6c4ba.tar.gz openocd+libswd-30a17f0bb402ae95bfde948dea10fc7ae7d6c4ba.tar.bz2 openocd+libswd-30a17f0bb402ae95bfde948dea10fc7ae7d6c4ba.tar.xz openocd+libswd-30a17f0bb402ae95bfde948dea10fc7ae7d6c4ba.zip |
Include assert.h in system.h to promote tree-wide use of assertions.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1750 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/system.h b/src/helper/system.h index 2e3906d4..07b0cb9f 100644 --- a/src/helper/system.h +++ b/src/helper/system.h @@ -26,6 +26,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <assert.h> #include <ctype.h> #include <errno.h> |