diff options
author | Ted Gould <ted@canonical.com> | 2009-08-17 09:05:04 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-17 09:05:04 -0500 |
commit | b107a295f3baacfc3fbd9328cb94f43a0f993c58 (patch) | |
tree | 9ef4f9cf4d83c507fcca6e2f92c8857fbd16a4e5 /src/users-service.c | |
parent | 76e386da015a29e46291fe66848d376e340eed7b (diff) | |
parent | 692f214823437c5ae15bbcd601b98cdae1d1af08 (diff) | |
download | ayatana-indicator-session-b107a295f3baacfc3fbd9328cb94f43a0f993c58.tar.gz ayatana-indicator-session-b107a295f3baacfc3fbd9328cb94f43a0f993c58.tar.bz2 ayatana-indicator-session-b107a295f3baacfc3fbd9328cb94f43a0f993c58.zip |
Merging in the branch getting the status icons working.
Diffstat (limited to 'src/users-service.c')
-rw-r--r-- | src/users-service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users-service.c b/src/users-service.c index a8a9c67..9ada91f 100644 --- a/src/users-service.c +++ b/src/users-service.c @@ -20,6 +20,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <unistd.h> #include <glib/gi18n.h> |