summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-11-25 13:55:01 +0000
committerFrancois Pons <fpons@mandriva.com>2002-11-25 13:55:01 +0000
commit263dfa3cb909f6f331f9c4ca65e87ec02b861fcd (patch)
treec80ab7b0ac3a1e246a4ba6d10c5c2f448d16a5f6 /mdk-stage1
parent4ae4f6417dfe3e4d9072b13a466884517e962126 (diff)
downloaddrakx-backup-do-not-use-263dfa3cb909f6f331f9c4ca65e87ec02b861fcd.tar
drakx-backup-do-not-use-263dfa3cb909f6f331f9c4ca65e87ec02b861fcd.tar.gz
drakx-backup-do-not-use-263dfa3cb909f6f331f9c4ca65e87ec02b861fcd.tar.bz2
drakx-backup-do-not-use-263dfa3cb909f6f331f9c4ca65e87ec02b861fcd.tar.xz
drakx-backup-do-not-use-263dfa3cb909f6f331f9c4ca65e87ec02b861fcd.zip
fixes for new kernel headers (It should problably be kernel-headers to be
modified but it is *much* faster to modify yoyotte's works).
Diffstat (limited to 'mdk-stage1')
-rw-r--r--mdk-stage1/dietlibc/include/sys/mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/include/sys/mount.h b/mdk-stage1/dietlibc/include/sys/mount.h
index 2e9e86774..8c0a5a1b5 100644
--- a/mdk-stage1/dietlibc/include/sys/mount.h
+++ b/mdk-stage1/dietlibc/include/sys/mount.h
@@ -3,6 +3,7 @@
#include <sys/cdefs.h>
#include <sys/types.h>
+#include <asm/atomic.h>
#include <linux/fs.h>
int mount(const char* specialfile, const char* dir, const char* filesystemtype,