Changeset 923 in vbox for trunk/src/VBox/Frontends/VBoxBFE
- Timestamp:
- Feb 15, 2007 9:57:46 AM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxBFE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/Makefile
r799 r923 40 40 ifneq ($(BUILD_TARGET).$(VBOX_WITHOUT_COM),win.) 41 41 VBoxBFE_DEFS += VBOXBFE_WITHOUT_COM 42 endif 43 ifdef NO_COMPILER_H 44 VBoxBFE_DEFS += NO_COMPILER_H 42 45 endif 43 46 VBoxBFE_DEFS.l4 = _GNU_SOURCE -
trunk/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp
r904 r923 45 45 #include <sys/poll.h> 46 46 #include <unistd.h> 47 #include <linux/compiler.h> 47 #ifndef NO_COMPILER_H 48 # include <linux/compiler.h> 49 #endif 48 50 #include <linux/usbdevice_fs.h> 49 51
Note:
See TracChangeset
for help on using the changeset viewer.