diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2013-04-23 09:49:13 -0600 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2013-04-23 09:49:13 -0600 |
| commit | 3c8dbfe5bb53b8cca319d64a64450e1360a9911d (patch) | |
| tree | 1ac0a5ab58ec55e3f632e381d25c1c0f3ace3a20 | |
| parent | c234914394b4c8cdee66d7528bad3c132f90dc4d (diff) | |
| download | clic-3c8dbfe5bb53b8cca319d64a64450e1360a9911d.tar.gz clic-3c8dbfe5bb53b8cca319d64a64450e1360a9911d.tar.bz2 clic-3c8dbfe5bb53b8cca319d64a64450e1360a9911d.tar.xz clic-3c8dbfe5bb53b8cca319d64a64450e1360a9911d.zip | |
Added stdlib for exit in the options.cpp file.
| -rw-r--r-- | src/options.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.cpp b/src/options.cpp index ef46e82..89397f4 100644 --- a/src/options.cpp +++ b/src/options.cpp | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | #include "unitnumber.h" | 3 | #include "unitnumber.h" |
| 4 | 4 | ||
| 5 | #include <stdlib.h> | ||
| 6 | |||
| 5 | Options::Options( int argc, char *argv[] ) | 7 | Options::Options( int argc, char *argv[] ) |
| 6 | { | 8 | { |
| 7 | addOption( Bu::slot(this, &Options::selfTest), "self-test", | 9 | addOption( Bu::slot(this, &Options::selfTest), "self-test", |
