mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
6ed17593f3
SLiM is a desktop-independent graphical login manager for X11, derived from Login.app by Per Liden. It aims to be light and simple, although completely configurable through themes and an option file; is suitable for machines on which remote login functionalities are not needed. Author: Simone Rota and Johannes Winkelmann WWW: http://slim.berlios.de/ PR: ports/91511 Submitted by: Tobias Roth <ports@fsck.ch>
11 lines
192 B
C++
11 lines
192 B
C++
--- panel.cpp.orig Thu May 19 22:46:22 2005
|
|
+++ panel.cpp Thu May 19 22:47:12 2005
|
|
@@ -10,6 +10,7 @@
|
|
*/
|
|
|
|
#include <sstream>
|
|
+#include <libgen.h>
|
|
#include "panel.h"
|
|
|
|
using namespace std;
|