]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test.c
Merge branch 'master' into diagnostics
[xonotic/gmqcc.git] / test.c
diff --git a/test.c b/test.c
index f41b0896dfcdc36cabc04b6b5e5e36dae9e980a4..d9baff0df988dcd45d147e0bc30c415f737f8902 100644 (file)
--- a/test.c
+++ b/test.c
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
  */
-#include "gmqcc.h"
+#include <stdlib.h>
+#include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 
+#include "gmqcc.h"
+
 opts_cmd_t opts;
 
 static const char *task_bins[] = {
@@ -1361,6 +1364,7 @@ int main(int argc, char **argv) {
     char         *defs     = NULL;
 
     con_init();
+    OPTS_OPTION_U16(OPTION_MEMDUMPCOLS) = 16;
 
     /*
      * Command line option parsing commences now We only need to support