]> diplodocus.org Git - nmh/blobdiff - sbr/geteditor.c
folder_realloc.c: Move interface to own file.
[nmh] / sbr / geteditor.c
index 9889a5e39a31290680205e0969fa0268eab7d44f..693d2d777309404e862ae56514d0f36a75c053db 100644 (file)
@@ -5,8 +5,9 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/utils.h>
+#include "h/mh.h"
+#include "context_find.h"
+#include "h/utils.h"
 
 static char *default_editor = NULL;
 
@@ -23,5 +24,5 @@ get_default_editor(void)
        str = "vi";
     }
 
-    return (default_editor = str);
+    return default_editor = str;
 }