Skip to content

Commit

Permalink
Add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Green committed Jan 6, 2024
1 parent 462f028 commit 1feb71e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/rlgl-db.asd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Base: 10 -*-
;;;
;;; Copyright (C) 2021, 2022 Anthony Green <green@moxielogic.com>
;;; Copyright (C) 2021, 2022, 2023 Anthony Green <green@moxielogic.com>
;;;
;;; This program is free software: you can redistribute it and/or
;;; modify it under the terms of the GNU Affero General Public License
Expand All @@ -25,4 +25,4 @@
(:file "db")
(:file "db-postgresql")
(:file "db-sqlite"))
:depends-on (:cl-dbi :local-time :log4cl :fset :str))
:depends-on (:cl-dbi :local-time :log4cl :fset :str :sb-bsd-sockets))

0 comments on commit 1feb71e

Please sign in to comment.