~ubuntu-branches/debian/stretch/vifm/stretch

« back to all changes in this revision

Viewing changes to src/ui.h

  • Committer: Bazaar Package Importer
  • Author(s): Edelhard Becker
  • Date: 2008-04-25 21:55:56 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080425215556-dbopd8mgbvro2y5i
Tags: 0.3a-3
make vifm build-depend on automake and libtool (Closes: #477735)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include<ncurses.h>
26
26
#include<stdlib.h> /* off_t mode_t... */
27
27
#include<sys/types.h>
28
 
 
29
28
/* For Solaris */
30
29
#ifndef NAME_MAX
31
30
#       include<dirent.h>