diff options
| author | Paul Eggert | 2011-06-10 22:46:16 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-10 22:46:16 -0700 |
| commit | fc83f7d3d422039f041bbcc4f0cb75a1699421ad (patch) | |
| tree | ab145d16fb805bf749fcab7f7c70554242eab111 /src/buffer.h | |
| parent | e41e9a0e24877b0bc81e08df396f59115f8636da (diff) | |
| parent | cca693976c52acf26f5130848931d274522c69f9 (diff) | |
| download | emacs-fc83f7d3d422039f041bbcc4f0cb75a1699421ad.tar.gz emacs-fc83f7d3d422039f041bbcc4f0cb75a1699421ad.zip | |
Merge from trunk.
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h index 725e4edb638..dc1d62beb00 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -18,6 +18,7 @@ GNU General Public License for more details. | |||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | 20 | ||
| 21 | #include <time.h> /* for time_t */ | ||
| 21 | 22 | ||
| 22 | /* Accessing the parameters of the current buffer. */ | 23 | /* Accessing the parameters of the current buffer. */ |
| 23 | 24 | ||