diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/s/freebsd.h | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 99d41c6ca6c..f3c0c562968 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * s/freebsd.h: Restore osreldate.h include. | ||
| 4 | Suggested by Naohiro Aota. | ||
| 5 | |||
| 1 | 2010-04-16 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2010-04-16 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used. | 8 | * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used. |
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 | ||