* buffer.h: Include <time.h>, for time_t.
[bpt/emacs.git] / src / buffer.h
index 3c91bdf..3540bd8 100644 (file)
@@ -18,6 +18,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#include <time.h> /* for time_t */
 
 /* Accessing the parameters of the current buffer.  */