desktop: build fix for fjall

This commit is contained in:
Andrew Tridgell 2011-11-26 18:18:51 +11:00
parent 7a201233c0
commit dff3be2017
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef _DESKTOP_H
#define _DESKTOP_H
#include <unistd.h>
struct desktop_info {
bool slider; // slider switch state, True means CLI mode
struct timeval sketch_start_time;