Skip to content

Commit

Permalink
Merge branch '3601_without_internal_edit'
Browse files Browse the repository at this point in the history
  • Loading branch information
zyv committed Mar 4, 2016
2 parents b6c1c2f + b84ac2c commit b98cf5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions maint/utils/travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ mkdir -p build-default && pushd $_
--enable-maintainer-mode \
--enable-mclib \
--enable-charset \
--enable-aspell \
--enable-tests \
--enable-werror

Expand All @@ -70,6 +71,7 @@ mkdir -p build-ncurses && pushd $_
--enable-maintainer-mode \
--enable-mclib \
--enable-charset \
--enable-aspell \
--enable-tests \
--enable-werror

Expand All @@ -85,13 +87,16 @@ mkdir -p build-all-disabled && pushd $_
--disable-maintainer-mode \
--disable-mclib \
--disable-charset \
--disable-aspell \
--disable-largefile \
--disable-nls \
--disable-vfs \
--disable-background \
--without-mmap \
--without-x \
--without-gpm-mouse \
--without-internal-edit \
--without-diff-viewer \
--without-subshell \
--enable-tests \
--enable-werror
Expand Down
1 change: 1 addition & 0 deletions src/filemanager/midnight.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#include <pwd.h> /* for username in xterm title */

#include "lib/global.h"
#include "lib/fileloc.h" /* MC_HINT */

#include "lib/tty/tty.h"
#include "lib/tty/key.h" /* KEY_M_* masks */
Expand Down

0 comments on commit b98cf5c

Please sign in to comment.