aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/freebsd.h2
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.
23You should have received a copy of the GNU General Public License 23You should have received a copy of the GNU General Public License
24along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 24along 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