diff options
| author | Dan Nicolaescu | 2010-04-16 10:22:12 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-16 10:22:12 -0700 |
| commit | 7d4e45f81c83322b42e6ea3d3edc4fd16420ee6d (patch) | |
| tree | 503d65fdc5024df15a50d08dc65c0ef68a79925d /src/s | |
| parent | 5ba5ec85f64d76dd6eb97c0ccb526fabf603b496 (diff) | |
| download | emacs-7d4e45f81c83322b42e6ea3d3edc4fd16420ee6d.tar.gz emacs-7d4e45f81c83322b42e6ea3d3edc4fd16420ee6d.zip | |
* s/freebsd.h: Restore osreldate.h include.
Suggested by Naohiro Aota.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/freebsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index a84627d3268..e8a630019fb 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h | |||
| @@ -23,6 +23,8 @@ GNU General Public License for more details. | |||
| 23 | You should have received a copy of the GNU General Public License | 23 | You should have received a copy of the GNU General Public License |
| 24 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 24 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 25 | 25 | ||
| 26 | #include <osreldate.h> | ||
| 27 | |||
| 26 | /* Get most of the stuff from bsd-common */ | 28 | /* Get most of the stuff from bsd-common */ |
| 27 | #include "bsd-common.h" | 29 | #include "bsd-common.h" |
| 28 | 30 | ||