* misc changes

This commit is contained in:
djcb
2011-12-01 21:32:48 +02:00
parent f79ca6c89a
commit 5b1c00d330
3 changed files with 15 additions and 3 deletions

View File

@ -19,6 +19,10 @@
**
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif /*HAVE_CONFIG_H*/
#include <glib.h>
#include "mu-cmd.h"
@ -75,4 +79,3 @@ main (int argc, char *argv[])
mu_runtime_uninit ();
return rv;
}